Home
last modified time | relevance | path

Searched refs:BackendAction (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DBackendUtil.h30 enum BackendAction { enum
42 StringRef TDesc, llvm::Module *M, BackendAction Action,
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenAction.cpp106 BackendAction Action;
133 BackendConsumer(BackendAction Action, DiagnosticsEngine &Diags, in BackendConsumer()
158 BackendConsumer(BackendAction Action, DiagnosticsEngine &Diags, in BackendConsumer()
893 GetOutputStream(CompilerInstance &CI, StringRef InFile, BackendAction Action) { in GetOutputStream()
914 BackendAction BA = static_cast<BackendAction>(Act); in CreateASTConsumer()
1047 BackendAction BA = static_cast<BackendAction>(Act); in ExecuteAction()
H A DBackendUtil.cpp135 bool AddEmitPasses(legacy::PassManager &CodeGenPasses, BackendAction Action,
166 void EmitAssembly(BackendAction Action,
169 void EmitAssemblyWithNewPassManager(BackendAction Action,
457 static CodeGenFileType getCodeGenFileType(BackendAction Action) { in getCodeGenFileType()
911 BackendAction Action, in AddEmitPasses()
939 void EmitAssemblyHelper::EmitAssembly(BackendAction Action, in EmitAssembly()
1187 BackendAction Action, std::unique_ptr<raw_pwrite_stream> OS) { in EmitAssemblyWithNewPassManager()
1507 std::string ProfileRemapping, BackendAction Action) { in runThinLTOBackend()
1608 BackendAction Action, in EmitBackendOutput()
H A DObjectFilePCHContainerOperations.cpp299 BackendAction::Backend_EmitLL, in HandleTranslationUnit()
308 BackendAction::Backend_EmitObj, std::move(OS)); in HandleTranslationUnit()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp2848 Action *BackendAction = AssembleAction->getInputs()[0]; in getDeviceDependences() local
2849 assert(BackendAction->getType() == types::TY_PP_Asm); in getDeviceDependences()
2851 for (auto &A : {AssembleAction, BackendAction}) { in getDeviceDependences()
2975 auto BackendAction = C.getDriver().ConstructPhaseAction( in getDeviceDependences() local
2979 C, Args, phases::Assemble, BackendAction, in getDeviceDependences()