Searched refs:LLVM_IR (Results 1 – 18 of 18) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Frontend/ |
| H A D | FrontendOptions.cpp | 44 return Language::LLVM_IR; in getInputKindForExtension()
|
| H A D | FrontendActions.cpp | 87 if (this->getCurrentInput().getKind().getLanguage() == Language::LLVM_IR) { in beginSourceFileAction()
|
| H A D | CompilerInvocation.cpp | 306 .Case("ir", Language::LLVM_IR) in parseFrontendArgs()
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | FrontendOptions.cpp | 35 .Cases("ll", "bc", Language::LLVM_IR) in getInputKindForExtension()
|
| H A D | CompilerInvocation.cpp | 1753 if (IK.getLanguage() != Language::LLVM_IR) in ParseCodeGenArgs() 1969 IK.getLanguage() != Language::LLVM_IR) in ParseCodeGenArgs() 2675 case Language::LLVM_IR: in GenerateFrontendArgs() 2887 .Case("ir", Language::LLVM_IR) in ParseFrontendArgs() 3219 case Language::LLVM_IR: in IsInputCompatibleWithStandard() 3283 case Language::LLVM_IR: in GetInputKindName() 3300 IK.getLanguage() == Language::LLVM_IR) { in GenerateLangArgs() 3569 IK.getLanguage() == Language::LLVM_IR) { in ParseLangArgs()
|
| H A D | ASTUnit.cpp | 1160 Language::LLVM_IR && in Parse() 1570 Language::LLVM_IR && in LoadFromCompilerInvocationAction() 2195 Language::LLVM_IR && in CodeComplete()
|
| H A D | PrecompiledPreamble.cpp | 462 Language::LLVM_IR) { in Build()
|
| H A D | FrontendActions.cpp | 1089 case Language::LLVM_IR: in ExecuteAction()
|
| H A D | FrontendAction.cpp | 735 if (Input.getKind().getLanguage() == Language::LLVM_IR) { in BeginSourceFile()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | LangStandard.h | 31 LLVM_IR, enumerator
|
| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | LangStandards.cpp | 51 case Language::LLVM_IR: in getDefaultLanguageStandard()
|
| /llvm-project-15.0.7/flang/include/flang/Frontend/ |
| H A D | FrontendOptions.h | 124 LLVM_IR, enumerator
|
| /llvm-project-15.0.7/clang/unittests/Frontend/ |
| H A D | CodeGenActionTest.cpp | 68 FrontendInputFile(*MemBuffer, Language::LLVM_IR)); in TEST()
|
| /llvm-project-15.0.7/clang/lib/ExtractAPI/Serialization/ |
| H A D | SymbolGraphSerializer.cpp | 185 case Language::LLVM_IR: in getLanguageName()
|
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Types.def | 86 TYPE("ir", LLVM_IR, INVALID, "ll", phases::Compile, phases::…
|
| /llvm-project-15.0.7/llvm/include/llvm/ |
| H A D | module.modulemap | 292 module LLVM_IR {
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 1143 if (getCurrentFileKind().getLanguage() != Language::LLVM_IR) { in ExecuteAction()
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 474 case clang::Language::LLVM_IR: in ParseLangArgs()
|