Home
last modified time | relevance | path

Searched refs:SetSelectedPlatform (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp49 platforms.SetSelectedPlatform(platform_sp); in CreatePlatformWithOptions()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp223 platform_list.SetSelectedPlatform(platform_sp); in CreateTargetInternal()
234 platform_list.SetSelectedPlatform(platform_sp); in CreateTargetInternal()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h268 void SetSelectedPlatform(lldb::SBPlatform &platform);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1121 void SBDebugger::SetSelectedPlatform(SBPlatform &sb_platform) { in SetSelectedPlatform() function in SBDebugger
1128 debugger_sp->GetPlatformList().SetSelectedPlatform(sb_platform.GetSP()); in SetSelectedPlatform()
1519 platforms.SetSelectedPlatform(platform_sp); in SetCurrentPlatform()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h1048 void SetSelectedPlatform(const lldb::PlatformSP &platform_sp) { in SetSelectedPlatform() function
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp182 GetDebugger().GetPlatformList().SetSelectedPlatform(platform_sp); in DoExecute()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp22099 (arg1)->SetSelectedPlatform(*arg2); in _wrap_SBDebugger_SetSelectedPlatform()