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.cpp224 platform_list.SetSelectedPlatform(platform_sp); in CreateTargetInternal()
235 platform_list.SetSelectedPlatform(platform_sp); in CreateTargetInternal()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h375 void SetSelectedPlatform(lldb::SBPlatform &platform);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1093 void SBDebugger::SetSelectedPlatform(SBPlatform &sb_platform) { in SetSelectedPlatform() function in SBDebugger
1100 debugger_sp->GetPlatformList().SetSelectedPlatform(sb_platform.GetSP()); in SetSelectedPlatform()
1510 platforms.SetSelectedPlatform(platform_sp); in SetCurrentPlatform()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h1111 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.cpp22385 (arg1)->SetSelectedPlatform(*arg2); in _wrap_SBDebugger_SetSelectedPlatform()