Lines Matching defs:FOS
656 static void printBTFRelocation(formatted_raw_ostream &FOS, llvm::BTFParser &BTF,
665 FOS << "\t\t";
667 FOS << format("%016" PRIx64 ": ", Address.Address + AdjustVMA);
668 FOS << "CO-RE " << Val;
669 LVP.printAfterOtherLine(FOS, true);
1603 static void emitPostInstructionInfo(formatted_raw_ostream &FOS,
1617 FOS.PadToColumn(CommentColumn);
1618 FOS << MAI.getCommentString() << ' ' << Comment;
1620 LVP.printAfterInst(FOS);
1621 FOS << '\n';
1623 FOS.flush();
2175 formatted_raw_ostream FOS(outs());
2260 FOS << "\t\t..." << '\n';
2268 MappingSymbols, *DT->SubtargetInfo, FOS);
2274 SectionAddr + Index + VMAAdjustment, FOS,
2285 FOS << "<" << BBLabel.BlockLabel << ">" << BBLabel.PGOAnalysis
2290 FOS << "<" << Iter2->second << ">:\n";
2313 {SectionAddr + Index + VMAAdjustment, Section.getIndex()}, FOS,
2325 llvm::raw_ostream *TargetOS = &FOS;
2497 emitPostInstructionInfo(FOS, *DT->Context->getAsmInfo(),
2502 printBTFRelocation(FOS, *BTF, {Index, Section.getIndex()}, LVP);
2516 printRelocation(FOS, Obj.getFileName(), *RelCur,
2518 LVP.printAfterOtherLine(FOS, true);