Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/CodeGen/
H A DBackendUtil.h30 enum BackendAction { enum
42 StringRef TDesc, llvm::Module *M, BackendAction Action,
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp153 bool AddEmitPasses(legacy::PassManager &CodeGenPasses, BackendAction Action,
168 RunOptimizationPipeline(BackendAction Action,
171 void RunCodegenPipeline(BackendAction Action,
204 void EmitAssembly(BackendAction Action,
319 static CodeGenFileType getCodeGenFileType(BackendAction Action) { in getCodeGenFileType()
330 static bool actionRequiresCodeGen(BackendAction Action) { in actionRequiresCodeGen()
581 BackendAction Action, in AddEmitPasses()
764 BackendAction Action, std::unique_ptr<raw_pwrite_stream> &OS, in RunOptimizationPipeline()
1054 BackendAction Action, std::unique_ptr<raw_pwrite_stream> &OS, in RunCodegenPipeline()
1089 void EmitAssemblyHelper::EmitAssembly(BackendAction Action, in EmitAssembly()
[all …]
H A DCodeGenAction.cpp111 BackendAction Action;
149 BackendConsumer(BackendAction Action, DiagnosticsEngine &Diags, in BackendConsumer()
175 BackendConsumer(BackendAction Action, DiagnosticsEngine &Diags, in BackendConsumer()
1018 GetOutputStream(CompilerInstance &CI, StringRef InFile, BackendAction Action) { in GetOutputStream()
1039 BackendAction BA = static_cast<BackendAction>(Act); in CreateASTConsumer()
1176 BackendAction BA = static_cast<BackendAction>(Act); in ExecuteAction()
H A DObjectFilePCHContainerOperations.cpp323 BackendAction::Backend_EmitLL, in HandleTranslationUnit()
332 BackendAction::Backend_EmitObj, std::move(OS)); in HandleTranslationUnit()
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp3239 Action *BackendAction = AssembleAction->getInputs()[0]; in getDeviceDependences() local
3240 assert(BackendAction->getType() == types::TY_PP_Asm); in getDeviceDependences()
3242 for (auto &A : {AssembleAction, BackendAction}) { in getDeviceDependences()
3376 Action *BackendAction = nullptr; in getDeviceDependences() local
3383 BackendAction = in getDeviceDependences()
3386 BackendAction = C.getDriver().ConstructPhaseAction( in getDeviceDependences()
3390 C, Args, phases::Assemble, BackendAction, in getDeviceDependences()