Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/
H A DPackedVersion.h37 unsigned getMajor() const { return Version >> 16; } in getMajor() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DVersionTuple.h68 unsigned getMajor() const { return Major; } in getMajor() function