Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/CodeGen/
H A DBackendUtil.h35 enum BackendAction { enum
47 StringRef TDesc, llvm::Module *M, BackendAction Action,
/src/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()
H A DObjectFilePCHContainerOperations.cpp326 BackendAction::Backend_EmitLL, FS, in HandleTranslationUnit()
335 BackendAction::Backend_EmitObj, FS, std::move(OS)); in HandleTranslationUnit()
/src/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()