Home
last modified time | relevance | path

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

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