Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i347 SetCurrentPlatform (const char *platform_name);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h226 lldb::SBError SetCurrentPlatform(const char *platform_name);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1474 SBError SBDebugger::SetCurrentPlatform(const char *platform_name_cstr) { in SetCurrentPlatform() function in SBDebugger
1475 LLDB_RECORD_METHOD(lldb::SBError, SBDebugger, SetCurrentPlatform, in SetCurrentPlatform()
1864 LLDB_REGISTER_METHOD(lldb::SBError, SBDebugger, SetCurrentPlatform, in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp19271 result = (arg1)->SetCurrentPlatform((char const *)arg2); in _wrap_SBDebugger_SetCurrentPlatform()