Home
last modified time | relevance | path

Searched refs:GetChars (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/include/lldb/Utility/
DDataBufferLLVM.h34 char *GetChars() { return reinterpret_cast<char *>(GetBytes()); } in GetChars() function
/external/llvm-project/lldb/source/Host/netbsd/
DHostNetBSD.cpp112 {buffer_sp->GetChars(), size_t(buffer_sp->GetByteSize())}) in GetNetBSDProcessCPUType()
/external/llvm-project/lldb/source/Host/linux/
DHost.cpp132 {buffer_sp->GetChars(), size_t(buffer_sp->GetByteSize())}) in GetELFProcessCPUType()
/external/llvm-project/lldb/source/Host/common/
DHost.cpp603 command_output_ptr->assign(Buffer->GetChars(), in RunShellCommand()