Home
last modified time | relevance | path

Searched refs:GetSDKRootDirectory (Results 1 – 5 of 5) sorted by relevance

/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupPlatform.h50 const std::string &GetSDKRootDirectory() const { return m_sdk_sysroot; } in GetSDKRootDirectory() function
/llvm-project/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp141 platform_sp->GetSDKRootDirectory() != m_sdk_sysroot) in PlatformMatches()
/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp203 if (const std::string &sysroot = GetSDKRootDirectory(); !sysroot.empty()) in DebugProcess()
/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h532 const std::string &GetSDKRootDirectory() const { return m_sdk_sysroot; }
471 const std::string &GetSDKRootDirectory() const { return m_sdk_sysroot; } GetSDKRootDirectory() function
/llvm-project/lldb/source/Target/
H A DPlatform.cpp279 if (const std::string &sdk_root = GetSDKRootDirectory(); !sdk_root.empty()) in GetStatus()