Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp3315 raw_string_ostream RSOS(S); in emitModuleCommandLines() local
3323 RSOS << "@(#)opt " << MDS->getString() << "\n"; in emitModuleCommandLines()
3324 RSOS.write('\0'); in emitModuleCommandLines()
3326 OutStreamer->emitXCOFFCInfoSym(".GCC.command.line", RSOS.str()); in emitModuleCommandLines()