Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DPackedVersion.h41 unsigned getMinor() const { return (Version >> 8) & 0xff; } getMinor() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVersionTuple.h76 std::optional<unsigned> getMinor() const { getMinor() function