Home
last modified time | relevance | path

Searched refs:LLVM_IR (Results 1 – 14 of 14) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DLangStandards.cpp22 case Language::LLVM_IR: in languageToString()
84 case Language::LLVM_IR: in getDefaultLanguageStandard()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendOptions.cpp35 .Cases("ll", "bc", Language::LLVM_IR) in getInputKindForExtension()
H A DCompilerInvocation.cpp1865 if (IK.getLanguage() != Language::LLVM_IR) in ParseCodeGenArgs()
2082 IK.getLanguage() != Language::LLVM_IR) in ParseCodeGenArgs()
2749 case Language::LLVM_IR: in GenerateFrontendArgs()
2955 .Case("ir", Language::LLVM_IR) in ParseFrontendArgs()
3296 case Language::LLVM_IR: in IsInputCompatibleWithStandard()
3360 case Language::LLVM_IR: in GetInputKindName()
3377 IK.getLanguage() == Language::LLVM_IR) { in GenerateLangArgs()
3663 IK.getLanguage() == Language::LLVM_IR) { in ParseLangArgs()
H A DASTUnit.cpp1196 Language::LLVM_IR && in Parse()
1607 Language::LLVM_IR && in LoadFromCompilerInvocationAction()
2241 Language::LLVM_IR && in CodeComplete()
H A DPrecompiledPreamble.cpp475 Language::LLVM_IR) { in Build()
H A DFrontendActions.cpp1068 case Language::LLVM_IR: in ExecuteAction()
H A DFrontendAction.cpp753 if (Input.getKind().getLanguage() == Language::LLVM_IR) { in BeginSourceFile()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DLangStandard.h31 LLVM_IR, enumerator
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DTypes.def88 TYPE("ir", LLVM_IR, INVALID, "ll", phases::Compile, phases::…
/freebsd-14.2/contrib/llvm-project/llvm/include/
H A Dmodule.modulemap254 module LLVM_IR {
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp284 case Language::LLVM_IR: in needsModules()
/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp210 case Language::LLVM_IR: in getLanguageName()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp1152 if (getCurrentFileKind().getLanguage() != Language::LLVM_IR) { in ExecuteAction()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp480 case clang::Language::LLVM_IR: in ParseLangArgs()