Searched refs:BackendAction (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/CodeGen/ |
| H A D | BackendUtil.h | 31 enum BackendAction { enum 44 BackendAction Action,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 86 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 D | BackendUtil.cpp | 110 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 D | ObjectFilePCHContainerOperations.cpp | 300 BackendAction::Backend_EmitLL, in HandleTranslationUnit() 308 M.get(), BackendAction::Backend_EmitObj, in HandleTranslationUnit()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ |
| H A D | Driver.cpp | 2527 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()
|