Home
last modified time | relevance | path

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

/freebsd-13-stable/lib/clang/include/llvm/Config/
HDllvm-config.h173 #define LLVM_VERSION_MAJOR 19 macro
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
HDSPIRVObjectWriter.cpp21 (GeneratorID << 16) | (LLVM_VERSION_MAJOR); in writeHeader()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDSPIRV.cpp39 auto VersionedTool = "llvm-spirv-"s + std::to_string(LLVM_VERSION_MAJOR); in constructTranslateCommand()
/freebsd-13-stable/contrib/llvm-project/lld/MachO/
HDWriter.cpp499 LLVM_VERSION_MAJOR, LLVM_VERSION_MINOR, LLVM_VERSION_PATCH)); in writeTo()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZAsmPrinter.cpp1066 return LLVM_VERSION_MAJOR; in getProductVersion()
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
HDDriver.cpp647 std::to_string(LLVM_VERSION_MAJOR), "lib"); in addClangLibSearchPaths()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDCodeViewDebug.cpp874 int Major = 1000 * LLVM_VERSION_MAJOR + in emitCompilerInformation()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDCore.cpp72 *Major = LLVM_VERSION_MAJOR; in LLVMGetVersion()