Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVersionTuple.h89 std::optional<unsigned> getBuild() const { in getBuild() function
204 if (auto Build = Value.getBuild())
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVersionTuple.cpp36 if (std::optional<unsigned> Build = V.getBuild()) in operator <<()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHLSL.cpp33 if (Version.getBuild()) in isLegalShaderModel()
155 if (Version.tryParse(ValVersionStr) || Version.getBuild() || in isLegalValidatorVersion()
H A DClang.cpp7162 if (Invalid || GNUCVer.getBuild() || Minor >= 100 || Patch >= 100) { in ConstructJob()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp397 if (VT.getBuild()) in getVersionTupleSize()
422 if (VT.getBuild()) in emitVersionTuple()
438 if (auto build = VT.getBuild()) in emitVersionTuple()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp52 if (Version.tryParse(ValVersionStr) || Version.getBuild() || in addDxilValVersion()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp4267 if (Invalid || GNUCVer.getBuild() || Minor >= 100 || Patch >= 100) { in ParseLangArgs()
5348 if (auto Build = APINotesOpts.SwiftVersion.getBuild()) in getModuleHash()