Searched refs:Backend_EmitAssembly (Results 1 – 4 of 4) sorted by relevance
34 Backend_EmitAssembly, ///< Emit native assembly files enumerator
33 return BackendAction::Backend_EmitAssembly; in getBackendActionFromOutputType()
941 case Backend_EmitAssembly: in GetOutputStream()1199 : CodeGenAction(Backend_EmitAssembly, _VMContext) {} in EmitAssemblyAction()
316 assert(Action == Backend_EmitAssembly && "Invalid action!"); in getCodeGenFileType()1226 case Backend_EmitAssembly: in RunCodegenPipeline()