Home
last modified time | relevance | path

Searched defs:getMajor (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DPackedVersion.h38 unsigned getMajor() const { return Version >> 16; } getMajor() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVersionTuple.h73 unsigned getMajor() const { return Major; } getMajor() function