Home
last modified time | relevance | path

Searched refs:getBuild (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Support/
H A DVersionTuple.cpp34 if (Optional<unsigned> Build = V.getBuild()) in operator <<()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DVersionTuple.h85 Optional<unsigned> getBuild() const { in getBuild() function