Home
last modified time | relevance | path

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

/src/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())
/src/contrib/llvm-project/llvm/lib/Support/
H A DVersionTuple.cpp36 if (std::optional<unsigned> Build = V.getBuild()) in operator <<()
/src/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.cpp7103 if (Invalid || GNUCVer.getBuild() || Minor >= 100 || Patch >= 100) { in ConstructJob()
/src/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp398 if (VT.getBuild()) in getVersionTupleSize()
423 if (VT.getBuild()) in emitVersionTuple()
439 if (auto build = VT.getBuild()) in emitVersionTuple()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp35 if (Version.tryParse(ValVersionStr) || Version.getBuild() || in addDxilValVersion()
/src/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp4009 if (Invalid || GNUCVer.getBuild() || Minor >= 100 || Patch >= 100) { in ParseLangArgs()
5001 if (auto Build = APINotesOpts.SwiftVersion.getBuild()) in getModuleHash()