Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp19 CommandInterpreter &interpreter, const ArchSpec &arch, bool make_selected, in CreatePlatformWithOptions() argument
41 make_selected); in CreatePlatformWithOptions()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupPlatform.h38 bool make_selected, Status &error,
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1492 bool make_selected = true; in SetCurrentPlatform() local
1493 m_opaque_sp->GetPlatformList().Append(platform_sp, make_selected); in SetCurrentPlatform()