Lines Matching defs:StrOS
262 raw_string_ostream StrOS(YamlMF.Body.Value.Value);
266 StrOS << "\n";
267 MIPrinter(StrOS, MST, RegisterMaskIds, StackObjectOperandMapping)
320 raw_string_ostream StrOS(*Outputs[i]);
321 Metas[i]->printAsOperand(StrOS, MST);
401 raw_string_ostream StrOS(YamlMFI.SavePoint.Value);
402 StrOS << printMBBReference(*MFI.getSavePoint());
405 raw_string_ostream StrOS(YamlMFI.RestorePoint.Value);
406 StrOS << printMBBReference(*MFI.getRestorePoint());
528 raw_string_ostream StrOS(YMF.FrameInfo.StackProtector.Value);
529 MIPrinter(StrOS, MST, RegisterMaskIds, StackObjectOperandMapping)
534 raw_string_ostream StrOS(YMF.FrameInfo.FunctionContext.Value);
535 MIPrinter(StrOS, MST, RegisterMaskIds, StackObjectOperandMapping)
598 raw_string_ostream StrOS(NS);
599 MD.second->print(StrOS, MST, MF.getFunction().getParent());
632 raw_string_ostream StrOS(Str);
634 Constant.Val.MachineCPVal->print(StrOS);
636 Constant.Val.ConstVal->printAsOperand(StrOS);
659 raw_string_ostream StrOS(Str);
660 StrOS << printMBBReference(*MBB);