Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupPlatform.h52 void SetSDKRootDirectory(std::string sdk_root_directory) { in SetSDKRootDirectory() function
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp54 platform_sp->SetSDKRootDirectory(m_sdk_sysroot); in CreatePlatformWithOptions()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp495 platform_sp->SetSDKRootDirectory(llvm::StringRef(sysroot).str()); in Get()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h473 void SetSDKRootDirectory(std::string dir) { m_sdk_sysroot = std::move(dir); } in SetSDKRootDirectory() function