Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebuggerDocstrings.i123 ) lldb::SBDebugger::GetPlatformAtIndex;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h274 lldb::SBPlatform GetPlatformAtIndex(uint32_t idx);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1147 SBPlatform SBDebugger::GetPlatformAtIndex(uint32_t idx) { in GetPlatformAtIndex() function in SBDebugger
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp22150 result = (arg1)->GetPlatformAtIndex(arg2); in _wrap_SBDebugger_GetPlatformAtIndex()