Lines Matching refs:StrOS
240 raw_string_ostream StrOS(YamlMF.Body.Value.Value); in print() local
244 StrOS << "\n"; in print()
245 MIPrinter(StrOS, MST, RegisterMaskIds, StackObjectOperandMapping) in print()
249 StrOS.flush(); in print()
297 raw_string_ostream StrOS(*Outputs[i]); in printStackObjectDbgInfo() local
298 Metas[i]->printAsOperand(StrOS, MST); in printStackObjectDbgInfo()
365 raw_string_ostream StrOS(YamlMFI.SavePoint.Value); in convert() local
366 StrOS << printMBBReference(*MFI.getSavePoint()); in convert()
369 raw_string_ostream StrOS(YamlMFI.RestorePoint.Value); in convert() local
370 StrOS << printMBBReference(*MFI.getRestorePoint()); in convert()
479 raw_string_ostream StrOS(YMF.FrameInfo.StackProtector.Value); in convertStackObjects() local
480 MIPrinter(StrOS, MST, RegisterMaskIds, StackObjectOperandMapping) in convertStackObjects()
485 raw_string_ostream StrOS(YMF.FrameInfo.FunctionContext.Value); in convertStackObjects() local
486 MIPrinter(StrOS, MST, RegisterMaskIds, StackObjectOperandMapping) in convertStackObjects()
549 raw_string_ostream StrOS(NS); in convertMachineMetadataNodes() local
550 MD.second->print(StrOS, MST, MF.getFunction().getParent()); in convertMachineMetadataNodes()
551 YMF.MachineMetadataNodes.push_back(StrOS.str()); in convertMachineMetadataNodes()
560 raw_string_ostream StrOS(Str); in convert() local
562 Constant.Val.MachineCPVal->print(StrOS); in convert()
564 Constant.Val.ConstVal->printAsOperand(StrOS); in convert()
569 YamlConstant.Value = StrOS.str(); in convert()
587 raw_string_ostream StrOS(Str); in convert() local
588 StrOS << printMBBReference(*MBB); in convert()
589 Entry.Blocks.push_back(StrOS.str()); in convert()