Lines Matching refs:StrOS
236 raw_string_ostream StrOS(YamlMF.Body.Value.Value); in print() local
240 StrOS << "\n"; in print()
241 MIPrinter(StrOS, MST, RegisterMaskIds, StackObjectOperandMapping) in print()
245 StrOS.flush(); in print()
289 raw_string_ostream StrOS(*Outputs[i]); in printStackObjectDbgInfo() local
290 Metas[i]->printAsOperand(StrOS, MST); in printStackObjectDbgInfo()
356 raw_string_ostream StrOS(YamlMFI.SavePoint.Value); in convert() local
357 StrOS << printMBBReference(*MFI.getSavePoint()); in convert()
360 raw_string_ostream StrOS(YamlMFI.RestorePoint.Value); in convert() local
361 StrOS << printMBBReference(*MFI.getRestorePoint()); in convert()
470 raw_string_ostream StrOS(YMF.FrameInfo.StackProtector.Value); in convertStackObjects() local
471 MIPrinter(StrOS, MST, RegisterMaskIds, StackObjectOperandMapping) in convertStackObjects()
532 raw_string_ostream StrOS(Str); in convert() local
534 Constant.Val.MachineCPVal->print(StrOS); in convert()
536 Constant.Val.ConstVal->printAsOperand(StrOS); in convert()
541 YamlConstant.Value = StrOS.str(); in convert()
559 raw_string_ostream StrOS(Str); in convert() local
560 StrOS << printMBBReference(*MBB); in convert()
561 Entry.Blocks.push_back(StrOS.str()); in convert()