Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/CodeGen/
H A DBackendUtil.h30 enum BackendAction { enum
42 StringRef TDesc, llvm::Module *M, BackendAction Action,
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp106 BackendAction Action;
133 BackendConsumer(BackendAction Action, DiagnosticsEngine &Diags, in BackendConsumer()
158 BackendConsumer(BackendAction Action, DiagnosticsEngine &Diags, in BackendConsumer()
895 GetOutputStream(CompilerInstance &CI, StringRef InFile, BackendAction Action) { in GetOutputStream()
916 BackendAction BA = static_cast<BackendAction>(Act); in CreateASTConsumer()
1049 BackendAction BA = static_cast<BackendAction>(Act); in ExecuteAction()
H A DBackendUtil.cpp136 bool AddEmitPasses(legacy::PassManager &CodeGenPasses, BackendAction Action,
167 void EmitAssembly(BackendAction Action,
170 void EmitAssemblyWithNewPassManager(BackendAction Action,
466 static CodeGenFileType getCodeGenFileType(BackendAction Action) { in getCodeGenFileType()
917 BackendAction Action, in AddEmitPasses()
945 void EmitAssemblyHelper::EmitAssembly(BackendAction Action, in EmitAssembly()
1195 BackendAction Action, std::unique_ptr<raw_pwrite_stream> OS) { in EmitAssemblyWithNewPassManager()
1514 std::string ProfileRemapping, BackendAction Action) { in runThinLTOBackend()
1615 BackendAction Action, in EmitBackendOutput()
H A DObjectFilePCHContainerOperations.cpp299 BackendAction::Backend_EmitLL, in HandleTranslationUnit()
308 BackendAction::Backend_EmitObj, std::move(OS)); in HandleTranslationUnit()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp2840 Action *BackendAction = AssembleAction->getInputs()[0]; in getDeviceDependences() local
2841 assert(BackendAction->getType() == types::TY_PP_Asm); in getDeviceDependences()
2843 for (auto &A : {AssembleAction, BackendAction}) { in getDeviceDependences()
2974 auto BackendAction = C.getDriver().ConstructPhaseAction( in getDeviceDependences() local
2978 C, Args, phases::Assemble, BackendAction, in getDeviceDependences()