Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:GetCommentOS

265       WriteAsOperand(OutStreamer.GetCommentOS(), GV,
267 OutStreamer.GetCommentOS() << '\n';
432 WriteAsOperand(OutStreamer.GetCommentOS(), F,
434 OutStreamer.GetCommentOS() << '\n';
674 EmitComments(*II, OutStreamer.GetCommentOS());
1664 AP.OutStreamer.GetCommentOS() << "double " << Val << '\n';
1675 AP.OutStreamer.GetCommentOS() << "float " << Val << '\n';
1693 AP.OutStreamer.GetCommentOS() << "x86_fp80 ~= "
1758 AP.OutStreamer.GetCommentOS() << format("0x%llx\n", CI->getZExtValue());
1934 raw_ostream &OS = AP.OutStreamer.GetCommentOS();