Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i350 SetCurrentPlatformSDKRoot (const char *sysroot);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h228 bool SetCurrentPlatformSDKRoot(const char *sysroot);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1505 bool SBDebugger::SetCurrentPlatformSDKRoot(const char *sysroot) { in SetCurrentPlatformSDKRoot() function in SBDebugger
1506 LLDB_RECORD_METHOD(bool, SBDebugger, SetCurrentPlatformSDKRoot, in SetCurrentPlatformSDKRoot()
1866 LLDB_REGISTER_METHOD(bool, SBDebugger, SetCurrentPlatformSDKRoot, in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp19301 result = (bool)(arg1)->SetCurrentPlatformSDKRoot((char const *)arg2); in _wrap_SBDebugger_SetCurrentPlatformSDKRoot()