Home
last modified time | relevance | path

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

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