Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/CodeGen/
H A DBackendUtil.h35 enum BackendAction { enum
47 StringRef TDesc, llvm::Module *M, BackendAction Action,
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendConsumer.h32 BackendAction Action;
72 BackendConsumer(BackendAction Action, DiagnosticsEngine &Diags,
86 BackendConsumer(BackendAction Action, DiagnosticsEngine &Diags,
H A DBackendUtil.cpp158 bool AddEmitPasses(legacy::PassManager &CodeGenPasses, BackendAction Action,
173 BackendAction Action, std::unique_ptr<raw_pwrite_stream> &OS,
175 void RunCodegenPipeline(BackendAction Action,
297 static CodeGenFileType getCodeGenFileType(BackendAction Action) { in getCodeGenFileType()
308 static bool actionRequiresCodeGen(BackendAction Action) { in actionRequiresCodeGen()
564 BackendAction Action, in AddEmitPasses()
748 BackendAction Action, std::unique_ptr<raw_pwrite_stream> &OS, in RunOptimizationPipeline()
1106 BackendAction Action, std::unique_ptr<raw_pwrite_stream> &OS, in RunCodegenPipeline()
1148 void EmitAssemblyHelper::EmitAssembly(BackendAction Action, in EmitAssembly()
1181 BackendAction Action) { in runThinLTOBackend()
[all …]
H A DCodeGenAction.cpp112 BackendConsumer::BackendConsumer(BackendAction Action, DiagnosticsEngine &Diags, in BackendConsumer()
140 BackendConsumer::BackendConsumer(BackendAction Action, DiagnosticsEngine &Diags, in BackendConsumer()
998 GetOutputStream(CompilerInstance &CI, StringRef InFile, BackendAction Action) { in GetOutputStream()
1019 BackendAction BA = static_cast<BackendAction>(Act); in CreateASTConsumer()
1158 BackendAction BA = static_cast<BackendAction>(Act); in ExecuteAction()
H A DObjectFilePCHContainerOperations.cpp326 BackendAction::Backend_EmitLL, FS, in HandleTranslationUnit()
335 BackendAction::Backend_EmitObj, FS, std::move(OS)); in HandleTranslationUnit()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp3307 Action *BackendAction = AssembleAction->getInputs()[0]; in getDeviceDependences() local
3308 assert(BackendAction->getType() == types::TY_PP_Asm); in getDeviceDependences()
3310 for (auto &A : {AssembleAction, BackendAction}) { in getDeviceDependences()
3470 Action *BackendAction = nullptr; in getDeviceDependences() local
3477 BackendAction = in getDeviceDependences()
3480 BackendAction = C.getDriver().ConstructPhaseAction( in getDeviceDependences()
3484 C, Args, phases::Assemble, BackendAction, in getDeviceDependences()