Home
last modified time | relevance | path

Searched refs:LLVM_VERSION_MAJOR (Results 1 – 8 of 8) sorted by relevance

/src/lib/clang/include/llvm/Config/
H A Dllvm-config.h173 #define LLVM_VERSION_MAJOR 19 macro
/src/contrib/llvm-project/llvm/lib/MC/
H A DSPIRVObjectWriter.cpp21 (GeneratorID << 16) | (LLVM_VERSION_MAJOR); in writeHeader()
/src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DSPIRV.cpp39 auto VersionedTool = "llvm-spirv-"s + std::to_string(LLVM_VERSION_MAJOR); in constructTranslateCommand()
/src/contrib/llvm-project/lld/MachO/
H A DWriter.cpp499 LLVM_VERSION_MAJOR, LLVM_VERSION_MINOR, LLVM_VERSION_PATCH)); in writeTo()
/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp1066 return LLVM_VERSION_MAJOR; in getProductVersion()
/src/contrib/llvm-project/lld/COFF/
H A DDriver.cpp647 std::to_string(LLVM_VERSION_MAJOR), "lib"); in addClangLibSearchPaths()
/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp874 int Major = 1000 * LLVM_VERSION_MAJOR + in emitCompilerInformation()
/src/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp72 *Major = LLVM_VERSION_MAJOR; in LLVMGetVersion()