Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/TextAPI/
DPackedVersion.h40 unsigned getMinor() const { return (Version >> 8) & 0xff; } in getMinor() function
/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DVersionTuple.h76 std::optional<unsigned> getMinor() const { in getMinor() function