Home
last modified time | relevance | path

Searched defs:GetPlatform (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1444 lldb::PlatformSP GetPlatform() { return m_platform_sp; } GetPlatform() function
/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.mm1043 uint32_t MachProcess::GetPlatform() { function
/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2477 PlatformSP CommandInterpreter::GetPlatform(bool prefer_target_platform) { GetPlatform() function in CommandInterpreter
/llvm-project/lldb/source/API/
H A DSBTarget.cpp177 SBPlatform SBTarget::GetPlatform() { GetPlatform() function in SBTarget