Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DBackendUtil.h31 enum BackendAction { enum
44 BackendAction Action,
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenAction.cpp86 BackendAction Action;
111 BackendConsumer(BackendAction Action, DiagnosticsEngine &Diags, in BackendConsumer()
832 GetOutputStream(CompilerInstance &CI, StringRef InFile, BackendAction Action) { in GetOutputStream()
853 BackendAction BA = static_cast<BackendAction>(Act); in CreateASTConsumer()
1007 BackendAction BA = static_cast<BackendAction>(Act); in ExecuteAction()
H A DBackendUtil.cpp110 bool AddEmitPasses(legacy::PassManager &CodeGenPasses, BackendAction Action,
141 void EmitAssembly(BackendAction Action,
144 void EmitAssemblyWithNewPassManager(BackendAction Action,
401 static TargetMachine::CodeGenFileType getCodeGenFileType(BackendAction Action) { in getCodeGenFileType()
747 BackendAction Action, in AddEmitPasses()
775 void EmitAssemblyHelper::EmitAssembly(BackendAction Action, in EmitAssembly()
928 BackendAction Action, std::unique_ptr<raw_pwrite_stream> OS) { in EmitAssemblyWithNewPassManager()
1160 BackendAction Action) { in runThinLTOBackend()
1274 BackendAction Action, in EmitBackendOutput()
H A DObjectFilePCHContainerOperations.cpp300 BackendAction::Backend_EmitLL, in HandleTranslationUnit()
308 M.get(), BackendAction::Backend_EmitObj, in HandleTranslationUnit()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DDriver.cpp2527 Action *BackendAction = AssembleAction->getInputs()[0]; in getDeviceDependences() local
2528 assert(BackendAction->getType() == types::TY_PP_Asm); in getDeviceDependences()
2530 for (auto &A : {AssembleAction, BackendAction}) { in getDeviceDependences()