Lines Matching defs:FOS
655 static void printBTFRelocation(formatted_raw_ostream &FOS, llvm::BTFParser &BTF,
664 FOS << "\t\t";
666 FOS << format("%016" PRIx64 ": ", Address.Address + AdjustVMA);
667 FOS << "CO-RE " << Val;
668 LVP.printAfterOtherLine(FOS, true);
1600 static void emitPostInstructionInfo(formatted_raw_ostream &FOS,
1614 FOS.PadToColumn(CommentColumn);
1615 FOS << MAI.getCommentString() << ' ' << Comment;
1617 LVP.printAfterInst(FOS);
1618 FOS << '\n';
1620 FOS.flush();
2172 formatted_raw_ostream FOS(outs());
2247 MappingSymbols, *DT->SubtargetInfo, FOS);
2261 FOS << "\t\t..." << '\n';
2270 SectionAddr + Index + VMAAdjustment, FOS,
2281 FOS << "<" << BBLabel.BlockLabel << ">" << BBLabel.PGOAnalysis
2286 FOS << "<" << Iter2->second << ">:\n";
2309 {SectionAddr + Index + VMAAdjustment, Section.getIndex()}, FOS,
2321 llvm::raw_ostream *TargetOS = &FOS;
2493 emitPostInstructionInfo(FOS, *DT->Context->getAsmInfo(),
2498 printBTFRelocation(FOS, *BTF, {Index, Section.getIndex()}, LVP);
2512 printRelocation(FOS, Obj.getFileName(), *RelCur,
2514 LVP.printAfterOtherLine(FOS, true);