Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBPlatform.i172 GetOSMajorVersion ();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBPlatform.h134 uint32_t GetOSMajorVersion();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp499 uint32_t SBPlatform::GetOSMajorVersion() { in GetOSMajorVersion() function in SBPlatform
500 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBPlatform, GetOSMajorVersion); in GetOSMajorVersion()
774 LLDB_REGISTER_METHOD(uint32_t, SBPlatform, GetOSMajorVersion, ()); in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp37956 result = (uint32_t)(arg1)->GetOSMajorVersion(); in _wrap_SBPlatform_GetOSMajorVersion()