Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DVersionTuple.h88 std::optional<unsigned> getBuild() const { in getBuild() function
205 if (auto Build = Value.getBuild())
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DVersionTuple.cpp36 if (std::optional<unsigned> Build = V.getBuild()) in operator <<()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHLSL.cpp33 if (Version.getBuild()) in isLegalShaderModel()
115 if (Version.tryParse(ValVersionStr) || Version.getBuild() || in isLegalValidatorVersion()
H A DClang.cpp6886 if (Invalid || GNUCVer.getBuild() || Minor >= 100 || Patch >= 100) { in ConstructJob()
/freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp388 if (VT.getBuild()) in getVersionTupleSize()
413 if (VT.getBuild()) in emitVersionTuple()
429 if (auto build = VT.getBuild()) in emitVersionTuple()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp36 if (Version.tryParse(ValVersionStr) || Version.getBuild() || in addDxilValVersion()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3834 if (Invalid || GNUCVer.getBuild() || Minor >= 100 || Patch >= 100) { in ParseLangArgs()
4791 if (auto Build = APINotesOpts.SwiftVersion.getBuild()) in getModuleHash()