Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionGroupPlatform.h53 void SetSDKRootDirectory(ConstString sdk_root_directory) { in SetSDKRootDirectory() function
/external/llvm-project/lldb/source/Interpreter/
DOptionGroupPlatform.cpp46 platform_sp->SetSDKRootDirectory(m_sdk_sysroot); in CreatePlatformWithOptions()
/external/llvm-project/lldb/include/lldb/Target/
DPlatform.h474 void SetSDKRootDirectory(ConstString dir) { m_sdk_sysroot = dir; } in SetSDKRootDirectory() function
/external/llvm-project/lldb/source/API/
DSBDebugger.cpp1475 platform_sp->SetSDKRootDirectory(ConstString(sysroot)); in SetCurrentPlatformSDKRoot()