Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
DSBDebugger.i322 ) GetPlatformAtIndex;
324 GetPlatformAtIndex (uint32_t idx);
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
DSBDebugger.h207 lldb::SBPlatform GetPlatformAtIndex(uint32_t idx);
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBDebugger.cpp1100 SBPlatform SBDebugger::GetPlatformAtIndex(uint32_t idx) { in GetPlatformAtIndex() function in SBDebugger
1101 LLDB_RECORD_METHOD(lldb::SBPlatform, SBDebugger, GetPlatformAtIndex, in GetPlatformAtIndex()
1826 LLDB_REGISTER_METHOD(lldb::SBPlatform, SBDebugger, GetPlatformAtIndex, in RegisterMethods()
/freebsd-12-stable/lib/clang/liblldb/
DLLDBWrapLua.cpp19160 result = (arg1)->GetPlatformAtIndex(arg2); in _wrap_SBDebugger_GetPlatformAtIndex()