Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:GetCommentOS

272       WriteAsOperand(OutStreamer.GetCommentOS(), GV,
274 OutStreamer.GetCommentOS() << '\n';
439 WriteAsOperand(OutStreamer.GetCommentOS(), F,
441 OutStreamer.GetCommentOS() << '\n';
685 EmitComments(*II, OutStreamer.GetCommentOS());
1681 AP.OutStreamer.GetCommentOS() << "double " << Val << '\n';
1692 AP.OutStreamer.GetCommentOS() << "float " << Val << '\n';
1710 AP.OutStreamer.GetCommentOS() << "x86_fp80 ~= "
1775 AP.OutStreamer.GetCommentOS() << format("0x%llx\n", CI->getZExtValue());
1951 raw_ostream &OS = AP.OutStreamer.GetCommentOS();