Searched refs:BackendAction (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/CodeGen/ |
| H A D | BackendUtil.h | 30 enum BackendAction { enum 42 StringRef TDesc, llvm::Module *M, BackendAction Action,
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 157 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 D | CodeGenAction.cpp | 110 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 D | ObjectFilePCHContainerOperations.cpp | 323 BackendAction::Backend_EmitLL, in HandleTranslationUnit() 332 BackendAction::Backend_EmitObj, std::move(OS)); in HandleTranslationUnit()
|
| /llvm-project-15.0.7/clang/lib/Driver/ |
| H A D | Driver.cpp | 3112 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 D | ms-back-references.test | 171 …yHelper::AddEmitPasses(class llvm::legacy::PassManager &, enum clang::BackendAction, class llvm::r…
|