Lines Matching refs:StrOS

183   raw_string_ostream StrOS(YamlMF.Body.Value.Value);  in print()  local
187 StrOS << "\n"; in print()
188 MIPrinter(StrOS, MST, RegisterMaskIds, StackObjectOperandMapping) in print()
192 StrOS.flush(); in print()
258 raw_string_ostream StrOS(YamlMFI.SavePoint.Value); in convert() local
259 MIPrinter(StrOS, MST, RegisterMaskIds, StackObjectOperandMapping) in convert()
263 raw_string_ostream StrOS(YamlMFI.RestorePoint.Value); in convert() local
264 MIPrinter(StrOS, MST, RegisterMaskIds, StackObjectOperandMapping) in convert()
345 raw_string_ostream StrOS(MF.FrameInfo.StackProtector.Value); in convertStackObjects() local
346 MIPrinter(StrOS, MST, RegisterMaskIds, StackObjectOperandMapping) in convertStackObjects()
360 raw_string_ostream StrOS(Object.DebugVar.Value); in convertStackObjects() local
361 DebugVar.Var->printAsOperand(StrOS, MST); in convertStackObjects()
364 raw_string_ostream StrOS(Object.DebugExpr.Value); in convertStackObjects() local
365 DebugVar.Expr->printAsOperand(StrOS, MST); in convertStackObjects()
368 raw_string_ostream StrOS(Object.DebugLoc.Value); in convertStackObjects() local
369 DebugVar.Loc->printAsOperand(StrOS, MST); in convertStackObjects()
384 raw_string_ostream StrOS(Str); in convert() local
385 Constant.Val.ConstVal->printAsOperand(StrOS); in convert()
387 YamlConstant.Value = StrOS.str(); in convert()
403 raw_string_ostream StrOS(Str); in convert() local
404 MIPrinter(StrOS, MST, RegisterMaskIds, StackObjectOperandMapping) in convert()
406 Entry.Blocks.push_back(StrOS.str()); in convert()