Searched defs:GetPlatform (Results 1 – 4 of 4) sorted by relevance
/llvm-project/lldb/include/lldb/Target/ | ||
H A D | Target.h | 1444 lldb::PlatformSP GetPlatform() { return m_platform_sp; } GetPlatform() function |
/llvm-project/lldb/tools/debugserver/source/MacOSX/ | ||
H A D | MachProcess.mm | 1043 uint32_t MachProcess::GetPlatform() { function |
/llvm-project/lldb/source/Interpreter/ | ||
H A D | CommandInterpreter.cpp | 2477 PlatformSP CommandInterpreter::GetPlatform(bool prefer_target_platform) { GetPlatform() function in CommandInterpreter |
/llvm-project/lldb/source/API/ | ||
H A D | SBTarget.cpp | 177 SBPlatform SBTarget::GetPlatform() { GetPlatform() function in SBTarget |