Home
last modified time | relevance | path

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

/freebsd/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.cpp169 bool AddEmitPasses(legacy::PassManager &CodeGenPasses, BackendAction Action,
184 BackendAction Action, std::unique_ptr<raw_pwrite_stream> &OS,
186 void RunCodegenPipeline(BackendAction Action,
228 void EmitAssembly(BackendAction Action, std::unique_ptr<raw_pwrite_stream> OS,
308 static CodeGenFileType getCodeGenFileType(BackendAction Action) { in getCodeGenFileType()
319 static bool actionRequiresCodeGen(BackendAction Action) { in actionRequiresCodeGen()
579 BackendAction Action, in AddEmitPasses()
776 BackendAction Action, std::unique_ptr<raw_pwrite_stream> &OS, in RunOptimizationPipeline()
1119 BackendAction Action, std::unique_ptr<raw_pwrite_stream> &OS, in RunCodegenPipeline()
1161 void EmitAssemblyHelper::EmitAssembly(BackendAction Action, in EmitAssembly()
[all …]
H A DCodeGenAction.cpp112 BackendAction Action, DiagnosticsEngine &Diags, in BackendConsumer()
137 BackendAction Action, DiagnosticsEngine &Diags, in BackendConsumer()
979 GetOutputStream(CompilerInstance &CI, StringRef InFile, BackendAction Action) { in GetOutputStream()
1000 BackendAction BA = static_cast<BackendAction>(Act); in CreateASTConsumer()
1149 BackendAction BA = static_cast<BackendAction>(Act); in ExecuteAction()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp3348 Action *BackendAction = AssembleAction->getInputs()[0]; in getDeviceDependences() local
3349 assert(BackendAction->getType() == types::TY_PP_Asm); in getDeviceDependences()
3351 for (auto &A : {AssembleAction, BackendAction}) { in getDeviceDependences()
3511 Action *BackendAction = nullptr; in getDeviceDependences() local
3518 BackendAction = in getDeviceDependences()
3521 BackendAction = C.getDriver().ConstructPhaseAction( in getDeviceDependences()
3525 C, Args, phases::Assemble, BackendAction, in getDeviceDependences()