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