Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/TextAPI/
H A DPackedVersion.h48 unsigned getMajor() const { return Version >> 16; } in getMajor() function
/llvm-project/llvm/include/llvm/Support/
H A DVersionTuple.h71 unsigned getMajor() const { return Major; } in getMajor() function