Searched refs:emitASM (Results 1 – 1 of 1) sorted by relevance
227 bool emitASM = ctx.config.emit == EmitKind::ASM; in compile() local228 const char *Ext = emitASM ? ".s" : ".obj"; in compile()262 if (llvm::is_contained(ctx.config.saveTempsArgs, "prelink") || emitASM) in compile()264 if (!emitASM) in compile()