Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i337 GetNumAvailablePlatforms().") GetAvailablePlatformInfoAtIndex;
339 GetAvailablePlatformInfoAtIndex (uint32_t idx);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h220 lldb::SBStructuredData GetAvailablePlatformInfoAtIndex(uint32_t idx);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1126 SBStructuredData SBDebugger::GetAvailablePlatformInfoAtIndex(uint32_t idx) { in GetAvailablePlatformInfoAtIndex() function in SBDebugger
1128 GetAvailablePlatformInfoAtIndex, (uint32_t), idx); in GetAvailablePlatformInfoAtIndex()
1830 GetAvailablePlatformInfoAtIndex, (uint32_t)); in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp19214 result = (arg1)->GetAvailablePlatformInfoAtIndex(arg2); in _wrap_SBDebugger_GetAvailablePlatformInfoAtIndex()