Lines Matching refs:GetCommentOS
356 GV->printAsOperand(OutStreamer.GetCommentOS(), in EmitGlobalVariable()
358 OutStreamer.GetCommentOS() << '\n'; in EmitGlobalVariable()
541 F->printAsOperand(OutStreamer.GetCommentOS(), in EmitFunctionHeader()
543 OutStreamer.GetCommentOS() << '\n'; in EmitFunctionHeader()
815 emitComments(MI, OutStreamer.GetCommentOS()); in EmitFunctionBody()
1875 AP.OutStreamer.GetCommentOS() << format("0x%" PRIx64 "\n", in emitGlobalConstantDataSequential()
1892 AP.OutStreamer.GetCommentOS() << "float " << F << '\n'; in emitGlobalConstantDataSequential()
1905 AP.OutStreamer.GetCommentOS() << "double " << F << '\n'; in emitGlobalConstantDataSequential()
1988 CFP->getType()->print(AP.OutStreamer.GetCommentOS()); in emitGlobalConstantFP()
1990 AP.OutStreamer.GetCommentOS() << "Printing <null> Type"; in emitGlobalConstantFP()
1991 AP.OutStreamer.GetCommentOS() << ' ' << StrVal << '\n'; in emitGlobalConstantFP()
2192 AP.OutStreamer.GetCommentOS() << format("0x%" PRIx64 "\n", in emitGlobalConstantImpl()
2379 raw_ostream &OS = AP.OutStreamer.GetCommentOS(); in emitBasicBlockLoopComments()