Home
last modified time | relevance | path

Searched refs:Backend_EmitBC (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DBackendUtil.h35 Backend_EmitBC, ///< Emit LLVM bitcode files enumerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp322 return Action != Backend_EmitNothing && Action != Backend_EmitBC && in actionRequiresCodeGen()
1146 if (Action == Backend_EmitBC || Action == Backend_EmitLL || in RunOptimizationPipeline()
1152 if (Action == Backend_EmitBC) { in RunOptimizationPipeline()
1175 if (Action == Backend_EmitBC) { in RunOptimizationPipeline()
1380 case Backend_EmitBC: in runThinLTOBackend()
H A DCodeGenAction.cpp945 case Backend_EmitBC: in GetOutputStream()
1203 : CodeGenAction(Backend_EmitBC, _VMContext) {} in EmitBCAction()
/freebsd/contrib/llvm-project/clang/lib/CIR/FrontendAction/
H A DCIRGenAction.cpp35 return BackendAction::Backend_EmitBC; in getBackendActionFromOutputType()