Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionGroupPlatform.h52 void SetSDKRootDirectory(ConstString sdk_root_directory) { in SetSDKRootDirectory() function
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp53 platform_sp->SetSDKRootDirectory(m_sdk_sysroot); in CreatePlatformWithOptions()
/llvm-project-15.0.7/lldb/source/API/
H A DSBPlatform.cpp491 platform_sp->SetSDKRootDirectory(ConstString(sysroot)); in SetSDKRoot()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DPlatform.h452 void SetSDKRootDirectory(ConstString dir) { m_sdk_sysroot = dir; } in SetSDKRootDirectory() function