| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | FormattedStream.cpp | 26 void formatted_raw_ostream::UpdatePosition(const char *Ptr, size_t Size) { in UpdatePosition() 103 void formatted_raw_ostream::ComputePosition(const char *Ptr, size_t Size) { in ComputePosition() 125 formatted_raw_ostream &formatted_raw_ostream::PadToColumn(unsigned NewCol) { in PadToColumn() 134 void formatted_raw_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl() 148 formatted_raw_ostream &llvm::fouts() { in fouts() 149 static formatted_raw_ostream S(outs()); in fouts() 155 formatted_raw_ostream &llvm::ferrs() { in ferrs() 156 static formatted_raw_ostream S(errs()); in ferrs() 162 formatted_raw_ostream &llvm::fdbgs() { in fdbgs() 163 static formatted_raw_ostream S(dbgs()); in fdbgs()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | FormattedStream.h | 31 class LLVM_ABI formatted_raw_ostream : public raw_ostream { 116 formatted_raw_ostream *S; 118 DisableScanScope(formatted_raw_ostream *FRO) : S(FRO) { in DisableScanScope() 135 formatted_raw_ostream(raw_ostream &Stream) in formatted_raw_ostream() function 139 explicit formatted_raw_ostream() in formatted_raw_ostream() function 143 ~formatted_raw_ostream() override { in ~formatted_raw_ostream() 153 formatted_raw_ostream &PadToColumn(unsigned NewCol); 210 LLVM_ABI formatted_raw_ostream &fouts(); 214 LLVM_ABI formatted_raw_ostream &ferrs(); 218 LLVM_ABI formatted_raw_ostream &fdbgs();
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | AssemblyAnnotationWriter.h | 27 class formatted_raw_ostream; variable 36 formatted_raw_ostream &) {} in emitFunctionAnnot() argument 42 formatted_raw_ostream &) { in emitBasicBlockStartAnnot() argument 48 formatted_raw_ostream &) { in emitBasicBlockEndAnnot() argument 54 formatted_raw_ostream &) {} in emitInstructionAnnot() argument 58 virtual void printInfoComment(const Value &, formatted_raw_ostream &) {} in printInfoComment() argument
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | SourcePrinter.h | 79 unsigned moveToFirstVarColumn(formatted_raw_ostream &OS); 115 void printAfterOtherLine(formatted_raw_ostream &OS, bool AfterInst); 124 void printBetweenInsts(formatted_raw_ostream &OS, bool MustPrint); 127 void printAfterInst(formatted_raw_ostream &OS); 147 void printLines(formatted_raw_ostream &OS, const DILineInfo &LineInfo, 150 void printSources(formatted_raw_ostream &OS, const DILineInfo &LineInfo, 162 virtual void printSourceLine(formatted_raw_ostream &OS,
|
| H A D | XCOFFDump.h | 16 class formatted_raw_ostream; variable 40 formatted_raw_ostream &OS, uint64_t End,
|
| H A D | SourcePrinter.cpp | 104 unsigned LiveVariablePrinter::moveToFirstVarColumn(formatted_raw_ostream &OS) { in moveToFirstVarColumn() 234 void LiveVariablePrinter::printAfterOtherLine(formatted_raw_ostream &OS, in printAfterOtherLine() 262 void LiveVariablePrinter::printBetweenInsts(formatted_raw_ostream &OS, in printBetweenInsts() 321 void LiveVariablePrinter::printAfterInst(formatted_raw_ostream &OS) { in printAfterInst() 371 void SourcePrinter::printSourceLine(formatted_raw_ostream &OS, in printSourceLine() 428 void SourcePrinter::printLines(formatted_raw_ostream &OS, in printLines() 477 void SourcePrinter::printSources(formatted_raw_ostream &OS, in printSources()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/ |
| H A D | SparcTargetStreamer.h | 17 class formatted_raw_ostream; variable 32 formatted_raw_ostream &OS; 35 SparcTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/MCTargetDesc/ |
| H A D | XCoreMCTargetDesc.cpp | 85 formatted_raw_ostream &OS; 88 XCoreTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS); 99 formatted_raw_ostream &OS) in XCoreTargetAsmStreamer() 119 formatted_raw_ostream &OS, in createTargetAsmStreamer()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/ |
| H A D | XtensaTargetStreamer.h | 17 class formatted_raw_ostream; variable 37 formatted_raw_ostream &OS; 40 XtensaTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/ |
| H A D | SystemZTargetStreamer.h | 77 formatted_raw_ostream &OS; 80 SystemZTargetHLASMStreamer(MCStreamer &S, formatted_raw_ostream &OS) in SystemZTargetHLASMStreamer() 96 formatted_raw_ostream &OS; 99 SystemZTargetGNUStreamer(MCStreamer &S, formatted_raw_ostream &OS) in SystemZTargetGNUStreamer()
|
| H A D | SystemZHLASMAsmStreamer.h | 37 std::unique_ptr<formatted_raw_ostream> FOSOwner; 38 formatted_raw_ostream &FOS; 51 std::unique_ptr<formatted_raw_ostream> os, in SystemZHLASMAsmStreamer()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYTargetStreamer.h | 94 class formatted_raw_ostream; 97 formatted_raw_ostream &OS; 104 CSKYTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS)
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVTargetStreamer.h | 18 class formatted_raw_ostream; variable 73 formatted_raw_ostream &OS; 82 RISCVTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/ |
| H A D | LoongArchTargetStreamer.h | 34 formatted_raw_ostream &OS; 37 LoongArchTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/ |
| H A D | VETargetStreamer.h | 30 formatted_raw_ostream &OS; 33 VETargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| H A D | WebAssemblyTargetStreamer.h | 25 class formatted_raw_ostream; variable 61 formatted_raw_ostream &OS; 64 WebAssemblyTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
|
| H A D | WebAssemblyTargetStreamer.cpp | 33 MCStreamer &S, formatted_raw_ostream &OS) in WebAssemblyTargetAsmStreamer() 39 static void printTypes(formatted_raw_ostream &OS, in printTypes()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
| H A D | TimelineView.cpp | 134 void TimelineView::printWaitTimeEntry(formatted_raw_ostream &OS, in printWaitTimeEntry() 188 formatted_raw_ostream FOS(OS); in printAverageWaitTimes() 217 void TimelineView::printTimelineViewEntry(formatted_raw_ostream &OS, in printTimelineViewEntry() 257 static void printTimelineHeader(formatted_raw_ostream &OS, unsigned Cycles) { in printTimelineHeader() 282 formatted_raw_ostream FOS(OS); in printTimeline()
|
| H A D | ResourcePressureView.cpp | 87 static void printColumnNames(formatted_raw_ostream &OS, in printColumnNames() 111 static void printResourcePressure(formatted_raw_ostream &OS, double Pressure, in printResourcePressure() 125 formatted_raw_ostream FOS(TempStream); in printResourcePressurePerIter() 176 formatted_raw_ostream FOS(TempStream); in printResourcePressurePerInst()
|
| H A D | TimelineView.h | 147 void printTimelineViewEntry(llvm::formatted_raw_ostream &OS, 150 void printWaitTimeEntry(llvm::formatted_raw_ostream &OS,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64MCTargetDesc.h | 22 class formatted_raw_ostream; variable 60 formatted_raw_ostream &OS,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUTargetStreamer.h | 20 class formatted_raw_ostream; variable 128 formatted_raw_ostream &OS; 130 AMDGPUTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dis/ |
| H A D | llvm-dis.cpp | 101 static void printDebugLoc(const DebugLoc &DL, formatted_raw_ostream &OS) { in printDebugLoc() 111 formatted_raw_ostream &OS) override { in emitFunctionAnnot() 115 void printInfoComment(const Value &V, formatted_raw_ostream &OS) override { in printInfoComment()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MCTargetDesc.h | 22 class formatted_raw_ostream; variable 117 formatted_raw_ostream &OS,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMMCTargetDesc.h | 22 class formatted_raw_ostream; variable 69 formatted_raw_ostream &OS,
|