Home
last modified time | relevance | path

Searched refs:prefer_target_platform (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h441 lldb::PlatformSP GetPlatform(bool prefer_target_platform);
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2414 PlatformSP CommandInterpreter::GetPlatform(bool prefer_target_platform) { in GetPlatform() argument
2416 if (prefer_target_platform) { in GetPlatform()