Home
last modified time | relevance | path

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

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