Lines Matching refs:GetCommentOS
370 GV->printAsOperand(OutStreamer->GetCommentOS(), in EmitGlobalVariable()
372 OutStreamer->GetCommentOS() << '\n'; in EmitGlobalVariable()
562 F->printAsOperand(OutStreamer->GetCommentOS(), in EmitFunctionHeader()
564 OutStreamer->GetCommentOS() << '\n'; in EmitFunctionHeader()
866 emitComments(MI, OutStreamer->GetCommentOS()); in EmitFunctionBody()
1914 AP.OutStreamer->GetCommentOS() << format("0x%" PRIx64 "\n", in emitGlobalConstantDataSequential()
2001 CFP->getType()->print(AP.OutStreamer->GetCommentOS()); in emitGlobalConstantFP()
2003 AP.OutStreamer->GetCommentOS() << "Printing <null> Type"; in emitGlobalConstantFP()
2004 AP.OutStreamer->GetCommentOS() << ' ' << StrVal << '\n'; in emitGlobalConstantFP()
2210 AP.OutStreamer->GetCommentOS() << format("0x%" PRIx64 "\n", in emitGlobalConstantImpl()
2395 raw_ostream &OS = AP.OutStreamer->GetCommentOS(); in emitBasicBlockLoopComments()