| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/ |
| HD | FormattedStream.cpp | 26 void formatted_raw_ostream::UpdatePosition(const char *Ptr, size_t Size) { in UpdatePosition() 96 void formatted_raw_ostream::ComputePosition(const char *Ptr, size_t Size) { in ComputePosition() 118 formatted_raw_ostream &formatted_raw_ostream::PadToColumn(unsigned NewCol) { in PadToColumn() 127 void formatted_raw_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl() 141 formatted_raw_ostream &llvm::fouts() { in fouts() 142 static formatted_raw_ostream S(outs()); in fouts() 148 formatted_raw_ostream &llvm::ferrs() { in ferrs() 149 static formatted_raw_ostream S(errs()); in ferrs() 155 formatted_raw_ostream &llvm::fdbgs() { in fdbgs() 156 static formatted_raw_ostream S(dbgs()); in fdbgs()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| HD | FormattedStream.h | 30 class formatted_raw_ostream : public raw_ostream { 115 formatted_raw_ostream *S; 117 DisableScanScope(formatted_raw_ostream *FRO) : S(FRO) { in DisableScanScope() 134 formatted_raw_ostream(raw_ostream &Stream) in formatted_raw_ostream() function 138 explicit formatted_raw_ostream() in formatted_raw_ostream() function 142 ~formatted_raw_ostream() override { in ~formatted_raw_ostream() 152 formatted_raw_ostream &PadToColumn(unsigned NewCol); 209 formatted_raw_ostream &fouts(); 213 formatted_raw_ostream &ferrs(); 217 formatted_raw_ostream &fdbgs();
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| HD | AssemblyAnnotationWriter.h | 25 class formatted_raw_ostream; variable 34 formatted_raw_ostream &) {} in emitFunctionAnnot() argument 40 formatted_raw_ostream &) { in emitBasicBlockStartAnnot() argument 46 formatted_raw_ostream &) { in emitBasicBlockEndAnnot() argument 52 formatted_raw_ostream &) {} in emitInstructionAnnot() argument 56 virtual void printInfoComment(const Value &, formatted_raw_ostream &) {} in printInfoComment() argument
|
| /freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| HD | 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,
|
| HD | XCOFFDump.h | 16 class formatted_raw_ostream; variable 40 formatted_raw_ostream &OS, uint64_t End,
|
| HD | SourcePrinter.cpp | 106 unsigned LiveVariablePrinter::moveToFirstVarColumn(formatted_raw_ostream &OS) { in moveToFirstVarColumn() 236 void LiveVariablePrinter::printAfterOtherLine(formatted_raw_ostream &OS, in printAfterOtherLine() 264 void LiveVariablePrinter::printBetweenInsts(formatted_raw_ostream &OS, in printBetweenInsts() 323 void LiveVariablePrinter::printAfterInst(formatted_raw_ostream &OS) { in printAfterInst() 372 void SourcePrinter::printSourceLine(formatted_raw_ostream &OS, in printSourceLine() 430 void SourcePrinter::printLines(formatted_raw_ostream &OS, in printLines() 479 void SourcePrinter::printSources(formatted_raw_ostream &OS, in printSources()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/ |
| HD | SparcTargetStreamer.h | 17 class formatted_raw_ostream; variable 32 formatted_raw_ostream &OS; 35 SparcTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/XCore/MCTargetDesc/ |
| HD | 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-14-stable/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/ |
| HD | XtensaTargetStreamer.h | 17 class formatted_raw_ostream; variable 37 formatted_raw_ostream &OS; 40 XtensaTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| HD | RISCVTargetStreamer.h | 18 class formatted_raw_ostream; variable 70 formatted_raw_ostream &OS; 79 RISCVTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
| HD | CSKYTargetStreamer.h | 94 class formatted_raw_ostream; 97 formatted_raw_ostream &OS; 104 CSKYTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS)
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/ |
| HD | VETargetStreamer.h | 30 formatted_raw_ostream &OS; 33 VETargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| HD | WebAssemblyTargetStreamer.h | 25 class formatted_raw_ostream; variable 61 formatted_raw_ostream &OS; 64 WebAssemblyTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
|
| HD | WebAssemblyTargetStreamer.cpp | 35 MCStreamer &S, formatted_raw_ostream &OS) in WebAssemblyTargetAsmStreamer() 41 static void printTypes(formatted_raw_ostream &OS, in printTypes()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
| HD | ResourcePressureView.cpp | 68 static void printColumnNames(formatted_raw_ostream &OS, in printColumnNames() 92 static void printResourcePressure(formatted_raw_ostream &OS, double Pressure, in printResourcePressure() 106 formatted_raw_ostream FOS(TempStream); in printResourcePressurePerIter() 150 formatted_raw_ostream FOS(TempStream); in printResourcePressurePerInst()
|
| HD | 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()
|
| HD | TimelineView.h | 147 void printTimelineViewEntry(llvm::formatted_raw_ostream &OS, 150 void printWaitTimeEntry(llvm::formatted_raw_ostream &OS,
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| HD | AArch64MCTargetDesc.h | 22 class formatted_raw_ostream; variable 60 formatted_raw_ostream &OS,
|
| HD | AArch64ELFStreamer.cpp | 48 formatted_raw_ostream &OS; 153 AArch64TargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS); 157 formatted_raw_ostream &OS) in AArch64TargetAsmStreamer() 329 llvm::createAArch64AsmTargetStreamer(MCStreamer &S, formatted_raw_ostream &OS, in createAArch64AsmTargetStreamer()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| HD | AMDGPUTargetStreamer.h | 20 class formatted_raw_ostream; variable 123 formatted_raw_ostream &OS; 125 AMDGPUTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
|
| /freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-dis/ |
| HD | llvm-dis.cpp | 89 static void printDebugLoc(const DebugLoc &DL, formatted_raw_ostream &OS) { in printDebugLoc() 99 formatted_raw_ostream &OS) override { in emitFunctionAnnot() 103 void printInfoComment(const Value &V, formatted_raw_ostream &OS) override { in printInfoComment()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| HD | ARMMCTargetDesc.h | 22 class formatted_raw_ostream; variable 69 formatted_raw_ostream &OS,
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| HD | X86MCTargetDesc.h | 21 class formatted_raw_ostream; variable 116 formatted_raw_ostream &OS,
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/ |
| HD | TargetRegistry.cpp | 91 std::unique_ptr<formatted_raw_ostream> OS, in createAsmStreamer() 95 formatted_raw_ostream &OSRef = *OS; in createAsmStreamer() 103 std::unique_ptr<formatted_raw_ostream> OS, in createAsmStreamer()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/utils/TableGen/ |
| HD | DecoderEmitter.cpp | 166 void emitTable(formatted_raw_ostream &o, DecoderTable &Table, 169 void emitInstrLenTable(formatted_raw_ostream &OS, 171 void emitPredicateFunction(formatted_raw_ostream &OS, 174 void emitDecoderFunction(formatted_raw_ostream &OS, DecoderSet &Decoders, 795 void DecoderEmitter::emitTable(formatted_raw_ostream &OS, DecoderTable &Table, in emitTable() 814 formatted_raw_ostream &OS) { in emitTable() 826 formatted_raw_ostream &OS) { in emitTable() 993 void DecoderEmitter::emitInstrLenTable(formatted_raw_ostream &OS, in emitInstrLenTable() 1002 void DecoderEmitter::emitPredicateFunction(formatted_raw_ostream &OS, in emitPredicateFunction() 1028 void DecoderEmitter::emitDecoderFunction(formatted_raw_ostream &OS, in emitDecoderFunction() [all …]
|