Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBPlatform.i178 GetOSUpdateVersion ();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBPlatform.h138 uint32_t GetOSUpdateVersion();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp517 uint32_t SBPlatform::GetOSUpdateVersion() { in GetOSUpdateVersion() function in SBPlatform
518 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBPlatform, GetOSUpdateVersion); in GetOSUpdateVersion()
776 LLDB_REGISTER_METHOD(uint32_t, SBPlatform, GetOSUpdateVersion, ()); in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp38004 result = (uint32_t)(arg1)->GetOSUpdateVersion(); in _wrap_SBPlatform_GetOSUpdateVersion()