Lines Matching refs:StrOS
248 raw_string_ostream StrOS(YamlMF.Body.Value.Value); in print() local
252 StrOS << "\n"; in print()
253 MIPrinter(StrOS, MST, RegisterMaskIds, StackObjectOperandMapping) in print()
257 StrOS.flush(); in print()
305 raw_string_ostream StrOS(*Outputs[i]); in printStackObjectDbgInfo() local
306 Metas[i]->printAsOperand(StrOS, MST); in printStackObjectDbgInfo()
374 raw_string_ostream StrOS(YamlMFI.SavePoint.Value); in convert() local
375 StrOS << printMBBReference(*MFI.getSavePoint()); in convert()
378 raw_string_ostream StrOS(YamlMFI.RestorePoint.Value); in convert() local
379 StrOS << printMBBReference(*MFI.getRestorePoint()); in convert()
501 raw_string_ostream StrOS(YMF.FrameInfo.StackProtector.Value); in convertStackObjects() local
502 MIPrinter(StrOS, MST, RegisterMaskIds, StackObjectOperandMapping) in convertStackObjects()
507 raw_string_ostream StrOS(YMF.FrameInfo.FunctionContext.Value); in convertStackObjects() local
508 MIPrinter(StrOS, MST, RegisterMaskIds, StackObjectOperandMapping) in convertStackObjects()
571 raw_string_ostream StrOS(NS); in convertMachineMetadataNodes() local
572 MD.second->print(StrOS, MST, MF.getFunction().getParent()); in convertMachineMetadataNodes()
582 raw_string_ostream StrOS(Str); in convert() local
584 Constant.Val.MachineCPVal->print(StrOS); in convert()
586 Constant.Val.ConstVal->printAsOperand(StrOS); in convert()
609 raw_string_ostream StrOS(Str); in convert() local
610 StrOS << printMBBReference(*MBB); in convert()