Lines Matching refs:StrOS
244 raw_string_ostream StrOS(YamlMF.Body.Value.Value); in print() local
248 StrOS << "\n"; in print()
249 MIPrinter(StrOS, MST, RegisterMaskIds, StackObjectOperandMapping) in print()
253 StrOS.flush(); in print()
301 raw_string_ostream StrOS(*Outputs[i]); in printStackObjectDbgInfo() local
302 Metas[i]->printAsOperand(StrOS, MST); in printStackObjectDbgInfo()
369 raw_string_ostream StrOS(YamlMFI.SavePoint.Value); in convert() local
370 StrOS << printMBBReference(*MFI.getSavePoint()); in convert()
373 raw_string_ostream StrOS(YamlMFI.RestorePoint.Value); in convert() local
374 StrOS << printMBBReference(*MFI.getRestorePoint()); in convert()
483 raw_string_ostream StrOS(YMF.FrameInfo.StackProtector.Value); in convertStackObjects() local
484 MIPrinter(StrOS, MST, RegisterMaskIds, StackObjectOperandMapping) in convertStackObjects()
547 raw_string_ostream StrOS(NS); in convertMachineMetadataNodes() local
548 MD.second->print(StrOS, MST, MF.getFunction().getParent()); in convertMachineMetadataNodes()
549 YMF.MachineMetadataNodes.push_back(StrOS.str()); in convertMachineMetadataNodes()
558 raw_string_ostream StrOS(Str); in convert() local
560 Constant.Val.MachineCPVal->print(StrOS); in convert()
562 Constant.Val.ConstVal->printAsOperand(StrOS); in convert()
567 YamlConstant.Value = StrOS.str(); in convert()
585 raw_string_ostream StrOS(Str); in convert() local
586 StrOS << printMBBReference(*MBB); in convert()
587 Entry.Blocks.push_back(StrOS.str()); in convert()