Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBPlatform.i172 GetOSMajorVersion ();
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBPlatform.h134 uint32_t GetOSMajorVersion();
/llvm-project-15.0.7/lldb/source/API/
H A DSBPlatform.cpp461 uint32_t SBPlatform::GetOSMajorVersion() { in GetOSMajorVersion() function in SBPlatform
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Ddotest.py807 if lldb.SBPlatform.GetHostPlatform().GetOSMajorVersion() < 13: