Home
last modified time | relevance | path

Searched defs:SetSDKRootDirectory (Results 1 – 2 of 2) 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/include/lldb/Target/
H A DPlatform.h473 void SetSDKRootDirectory(std::string dir) { m_sdk_sysroot = std::move(dir); } in SetSDKRootDirectory() function