Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/CodeGen/
H A DBackendUtil.h30 enum BackendAction { enum
42 StringRef TDesc, llvm::Module *M, BackendAction Action,
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp157 RunOptimizationPipeline(BackendAction Action,
160 void RunCodegenPipeline(BackendAction Action,
193 void EmitAssembly(BackendAction Action,
312 static CodeGenFileType getCodeGenFileType(BackendAction Action) { in getCodeGenFileType()
323 static bool actionRequiresCodeGen(BackendAction Action) { in actionRequiresCodeGen()
565 BackendAction Action, in AddEmitPasses()
704 BackendAction Action, std::unique_ptr<raw_pwrite_stream> &OS, in RunOptimizationPipeline()
982 BackendAction Action, std::unique_ptr<raw_pwrite_stream> &OS, in RunCodegenPipeline()
1017 void EmitAssemblyHelper::EmitAssembly(BackendAction Action, in EmitAssembly()
1048 std::string ProfileRemapping, BackendAction Action) { in runThinLTOBackend()
[all …]
H A DCodeGenAction.cpp110 BackendAction Action;
148 BackendConsumer(BackendAction Action, DiagnosticsEngine &Diags, in BackendConsumer()
174 BackendConsumer(BackendAction Action, DiagnosticsEngine &Diags, in BackendConsumer()
993 GetOutputStream(CompilerInstance &CI, StringRef InFile, BackendAction Action) { in GetOutputStream()
1014 BackendAction BA = static_cast<BackendAction>(Act); in CreateASTConsumer()
1149 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()
/llvm-project-15.0.7/clang/lib/Driver/
H A DDriver.cpp3112 Action *BackendAction = AssembleAction->getInputs()[0]; in getDeviceDependences() local
3113 assert(BackendAction->getType() == types::TY_PP_Asm); in getDeviceDependences()
3115 for (auto &A : {AssembleAction, BackendAction}) { in getDeviceDependences()
3249 Action *BackendAction = nullptr; in getDeviceDependences() local
3256 BackendAction = in getDeviceDependences()
3259 BackendAction = C.getDriver().ConstructPhaseAction( in getDeviceDependences()
3263 C, Args, phases::Assemble, BackendAction, in getDeviceDependences()
/llvm-project-15.0.7/llvm/test/Demangle/
H A Dms-back-references.test171 …yHelper::AddEmitPasses(class llvm::legacy::PassManager &, enum clang::BackendAction, class llvm::r…