Lines Matching refs:StrOS
219 raw_string_ostream StrOS(YamlMF.Body.Value.Value); in print() local
223 StrOS << "\n"; in print()
224 MIPrinter(StrOS, MST, RegisterMaskIds, StackObjectOperandMapping) in print()
228 StrOS.flush(); in print()
272 raw_string_ostream StrOS(*Outputs[i]); in printStackObjectDbgInfo() local
273 Metas[i]->printAsOperand(StrOS, MST); in printStackObjectDbgInfo()
339 raw_string_ostream StrOS(YamlMFI.SavePoint.Value); in convert() local
340 StrOS << printMBBReference(*MFI.getSavePoint()); in convert()
343 raw_string_ostream StrOS(YamlMFI.RestorePoint.Value); in convert() local
344 StrOS << printMBBReference(*MFI.getRestorePoint()); in convert()
433 raw_string_ostream StrOS(YMF.FrameInfo.StackProtector.Value); in convertStackObjects() local
434 MIPrinter(StrOS, MST, RegisterMaskIds, StackObjectOperandMapping) in convertStackObjects()
460 raw_string_ostream StrOS(Str); in convert() local
462 Constant.Val.MachineCPVal->print(StrOS); in convert()
464 Constant.Val.ConstVal->printAsOperand(StrOS); in convert()
469 YamlConstant.Value = StrOS.str(); in convert()
487 raw_string_ostream StrOS(Str); in convert() local
488 StrOS << printMBBReference(*MBB); in convert()
489 Entry.Blocks.push_back(StrOS.str()); in convert()