Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DLTO.cpp222 bool emitASM = ctx.config.emit == EmitKind::ASM; in compile() local
223 const char *Ext = emitASM ? ".s" : ".obj"; in compile()
257 if (ctx.config.saveTemps || emitASM) in compile()
259 if (!emitASM) in compile()