Home
last modified time | relevance | path

Searched refs:make_selected (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Interpreter/
DOptionGroupPlatform.cpp19 CommandInterpreter &interpreter, const ArchSpec &arch, bool make_selected, in CreatePlatformWithOptions() argument
41 make_selected); in CreatePlatformWithOptions()
/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionGroupPlatform.h39 bool make_selected, Status &error,
/external/llvm-project/lldb/source/API/
DSBDebugger.cpp1449 bool make_selected = true; in SetCurrentPlatform() local
1450 m_opaque_sp->GetPlatformList().Append(platform_sp, make_selected); in SetCurrentPlatform()