Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i328 ) GetNumAvailablePlatforms;
330 GetNumAvailablePlatforms ();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h213 uint32_t GetNumAvailablePlatforms();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1112 uint32_t SBDebugger::GetNumAvailablePlatforms() { in GetNumAvailablePlatforms() function in SBDebugger
1113 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBDebugger, GetNumAvailablePlatforms); in GetNumAvailablePlatforms()
1828 LLDB_REGISTER_METHOD(uint32_t, SBDebugger, GetNumAvailablePlatforms, ()); in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp19187 result = (uint32_t)(arg1)->GetNumAvailablePlatforms(); in _wrap_SBDebugger_GetNumAvailablePlatforms()