Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i316 ) GetNumPlatforms;
318 GetNumPlatforms ();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h204 uint32_t GetNumPlatforms();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1090 uint32_t SBDebugger::GetNumPlatforms() { in GetNumPlatforms() function in SBDebugger
1091 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBDebugger, GetNumPlatforms); in GetNumPlatforms()
1825 LLDB_REGISTER_METHOD(uint32_t, SBDebugger, GetNumPlatforms, ()); in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp19133 result = (uint32_t)(arg1)->GetNumPlatforms(); in _wrap_SBDebugger_GetNumPlatforms()