Home
last modified time | relevance | path

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

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