Home
last modified time | relevance | path

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

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