Lines Matching refs:StrOS

246   raw_string_ostream StrOS(YamlMF.Body.Value.Value);  in print()  local
250 StrOS << "\n"; in print()
251 MIPrinter(StrOS, MST, RegisterMaskIds, StackObjectOperandMapping) in print()
255 StrOS.flush(); in print()
303 raw_string_ostream StrOS(*Outputs[i]); in printStackObjectDbgInfo() local
304 Metas[i]->printAsOperand(StrOS, MST); in printStackObjectDbgInfo()
371 raw_string_ostream StrOS(YamlMFI.SavePoint.Value); in convert() local
372 StrOS << printMBBReference(*MFI.getSavePoint()); in convert()
375 raw_string_ostream StrOS(YamlMFI.RestorePoint.Value); in convert() local
376 StrOS << printMBBReference(*MFI.getRestorePoint()); in convert()
498 raw_string_ostream StrOS(YMF.FrameInfo.StackProtector.Value); in convertStackObjects() local
499 MIPrinter(StrOS, MST, RegisterMaskIds, StackObjectOperandMapping) in convertStackObjects()
504 raw_string_ostream StrOS(YMF.FrameInfo.FunctionContext.Value); in convertStackObjects() local
505 MIPrinter(StrOS, MST, RegisterMaskIds, StackObjectOperandMapping) in convertStackObjects()
568 raw_string_ostream StrOS(NS); in convertMachineMetadataNodes() local
569 MD.second->print(StrOS, MST, MF.getFunction().getParent()); in convertMachineMetadataNodes()
570 YMF.MachineMetadataNodes.push_back(StrOS.str()); in convertMachineMetadataNodes()
579 raw_string_ostream StrOS(Str); in convert() local
581 Constant.Val.MachineCPVal->print(StrOS); in convert()
583 Constant.Val.ConstVal->printAsOperand(StrOS); in convert()
588 YamlConstant.Value = StrOS.str(); in convert()
606 raw_string_ostream StrOS(Str); in convert() local
607 StrOS << printMBBReference(*MBB); in convert()
608 Entry.Blocks.push_back(StrOS.str()); in convert()