Searched refs:emitASM (Results 1 – 1 of 1) sorted by relevance
222 bool emitASM = ctx.config.emit == EmitKind::ASM; in compile() local223 const char *Ext = emitASM ? ".s" : ".obj"; in compile()257 if (ctx.config.saveTemps || emitASM) in compile()259 if (!emitASM) in compile()