Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h368 lldb::PlatformSP GetPlatform(bool prefer_target_platform);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2189 PlatformSP CommandInterpreter::GetPlatform(bool prefer_target_platform) { in GetPlatform() argument
2191 if (prefer_target_platform) { in GetPlatform()