Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/FrontendAction/
H A DCIRGenAction.cpp25 static BackendAction
33 return BackendAction::Backend_EmitAssembly; in getBackendActionFromOutputType()
35 return BackendAction::Backend_EmitBC; in getBackendActionFromOutputType()
37 return BackendAction::Backend_EmitLL; in getBackendActionFromOutputType()
39 return BackendAction::Backend_EmitObj; in getBackendActionFromOutputType()
134 BackendAction BEAction = getBackendActionFromOutputType(Action); in HandleTranslationUnit()
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DBackendUtil.h33 enum BackendAction { enum
43 StringRef TDesc, llvm::Module *M, BackendAction Action,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendConsumer.h50 BackendAction Action;
73 BackendConsumer(CompilerInstance &CI, BackendAction Action,
H A DBackendUtil.cpp173 bool AddEmitPasses(legacy::PassManager &CodeGenPasses, BackendAction Action,
188 BackendAction Action, std::unique_ptr<raw_pwrite_stream> &OS,
190 void RunCodegenPipeline(BackendAction Action,
229 void emitAssembly(BackendAction Action, std::unique_ptr<raw_pwrite_stream> OS,
310 static CodeGenFileType getCodeGenFileType(BackendAction Action) { in getCodeGenFileType()
321 static bool actionRequiresCodeGen(BackendAction Action) { in actionRequiresCodeGen()
620 BackendAction Action, in AddEmitPasses()
831 BackendAction Action, std::unique_ptr<raw_pwrite_stream> &OS, in RunOptimizationPipeline()
1217 BackendAction Action, std::unique_ptr<raw_pwrite_stream> &OS, in RunCodegenPipeline()
1266 void EmitAssemblyHelper::emitAssembly(BackendAction Action, in emitAssembly()
[all …]
H A DCodeGenAction.cpp109 BackendConsumer::BackendConsumer(CompilerInstance &CI, BackendAction Action, in BackendConsumer()
939 GetOutputStream(CompilerInstance &CI, StringRef InFile, BackendAction Action) { in GetOutputStream()
960 BackendAction BA = static_cast<BackendAction>(Act); in CreateASTConsumer()
1116 BackendAction BA = static_cast<BackendAction>(Act); in ExecuteAction()
H A DObjectFilePCHContainerWriter.cpp326 BackendAction::Backend_EmitLL, FS, in HandleTranslationUnit()
334 BackendAction::Backend_EmitObj, FS, std::move(OS)); in HandleTranslationUnit()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp3611 Action *BackendAction = AssembleAction->getInputs()[0]; in getDeviceDependences() local
3612 assert(BackendAction->getType() == types::TY_PP_Asm); in getDeviceDependences()
3614 for (auto &A : {AssembleAction, BackendAction}) { in getDeviceDependences()
3776 Action *BackendAction = nullptr; in getDeviceDependences() local
3786 BackendAction = in getDeviceDependences()
3789 BackendAction = C.getDriver().ConstructPhaseAction( in getDeviceDependences()
3793 C, Args, phases::Assemble, BackendAction, in getDeviceDependences()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc2740 …GenOptions const&, clang::TargetOptions const&, llvm::Module*, clang::BackendAction, llvm::raw_ost…
3801 …ckendActionE", "GetOutputStream(clang::CompilerInstance&, llvm::StringRef, clang::BackendAction)"},