Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DBackendUtil.h34 Backend_EmitAssembly, ///< Emit native assembly files enumerator
/freebsd/contrib/llvm-project/clang/lib/CIR/FrontendAction/
H A DCIRGenAction.cpp33 return BackendAction::Backend_EmitAssembly; in getBackendActionFromOutputType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp941 case Backend_EmitAssembly: in GetOutputStream()
1199 : CodeGenAction(Backend_EmitAssembly, _VMContext) {} in EmitAssemblyAction()
H A DBackendUtil.cpp316 assert(Action == Backend_EmitAssembly && "Invalid action!"); in getCodeGenFileType()
1226 case Backend_EmitAssembly: in RunCodegenPipeline()