Searched refs:RSOS (Results 1 – 1 of 1) sorted by relevance
3315 raw_string_ostream RSOS(S); in emitModuleCommandLines() local3323 RSOS << "@(#)opt " << MDS->getString() << "\n"; in emitModuleCommandLines()3324 RSOS.write('\0'); in emitModuleCommandLines()3326 OutStreamer->emitXCOFFCInfoSym(".GCC.command.line", RSOS.str()); in emitModuleCommandLines()