Lines Matching refs:StrOS
189 raw_string_ostream StrOS(YamlMF.Body.Value.Value); in print() local
193 StrOS << "\n"; in print()
194 MIPrinter(StrOS, MST, RegisterMaskIds, StackObjectOperandMapping) in print()
198 StrOS.flush(); in print()
271 raw_string_ostream StrOS(YamlMFI.SavePoint.Value); in convert() local
272 MIPrinter(StrOS, MST, RegisterMaskIds, StackObjectOperandMapping) in convert()
276 raw_string_ostream StrOS(YamlMFI.RestorePoint.Value); in convert() local
277 MIPrinter(StrOS, MST, RegisterMaskIds, StackObjectOperandMapping) in convert()
358 raw_string_ostream StrOS(MF.FrameInfo.StackProtector.Value); in convertStackObjects() local
359 MIPrinter(StrOS, MST, RegisterMaskIds, StackObjectOperandMapping) in convertStackObjects()
373 raw_string_ostream StrOS(Object.DebugVar.Value); in convertStackObjects() local
374 DebugVar.Var->printAsOperand(StrOS, MST); in convertStackObjects()
377 raw_string_ostream StrOS(Object.DebugExpr.Value); in convertStackObjects() local
378 DebugVar.Expr->printAsOperand(StrOS, MST); in convertStackObjects()
381 raw_string_ostream StrOS(Object.DebugLoc.Value); in convertStackObjects() local
382 DebugVar.Loc->printAsOperand(StrOS, MST); in convertStackObjects()
397 raw_string_ostream StrOS(Str); in convert() local
398 Constant.Val.ConstVal->printAsOperand(StrOS); in convert()
400 YamlConstant.Value = StrOS.str(); in convert()
416 raw_string_ostream StrOS(Str); in convert() local
417 MIPrinter(StrOS, MST, RegisterMaskIds, StackObjectOperandMapping) in convert()
419 Entry.Blocks.push_back(StrOS.str()); in convert()