Home
last modified time | relevance | path

Searched refs:SetSDKRootDirectory (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionGroupPlatform.h56 void SetSDKRootDirectory(const ConstString &sdk_root_directory) { in SetSDKRootDirectory() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp47 platform_sp->SetSDKRootDirectory(m_sdk_sysroot); in CreatePlatformWithOptions()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h521 void SetSDKRootDirectory(const ConstString &dir) { m_sdk_sysroot = dir; } in SetSDKRootDirectory() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp1150 platform_sp->SetSDKRootDirectory(ConstString(sysroot)); in SetCurrentPlatformSDKRoot()