Home
last modified time | relevance | path

Searched refs:formatted_raw_ostream (Results 1 – 25 of 87) sorted by relevance

1234

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFormattedStream.cpp26 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 DFormattedStream.h31 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 DAssemblyAnnotationWriter.h27 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 DSourcePrinter.h79 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 DXCOFFDump.h16 class formatted_raw_ostream; variable
40 formatted_raw_ostream &OS, uint64_t End,
H A DSourcePrinter.cpp104 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 DSparcTargetStreamer.h17 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 DXCoreMCTargetDesc.cpp85 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 DXtensaTargetStreamer.h17 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 DSystemZTargetStreamer.h77 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 DSystemZHLASMAsmStreamer.h37 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 DCSKYTargetStreamer.h94 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 DRISCVTargetStreamer.h18 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 DLoongArchTargetStreamer.h34 formatted_raw_ostream &OS;
37 LoongArchTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/
H A DVETargetStreamer.h30 formatted_raw_ostream &OS;
33 VETargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.h25 class formatted_raw_ostream; variable
61 formatted_raw_ostream &OS;
64 WebAssemblyTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
H A DWebAssemblyTargetStreamer.cpp33 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 DTimelineView.cpp134 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 DResourcePressureView.cpp87 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 DTimelineView.h147 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 DAArch64MCTargetDesc.h22 class formatted_raw_ostream; variable
60 formatted_raw_ostream &OS,
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.h20 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 Dllvm-dis.cpp101 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 DX86MCTargetDesc.h22 class formatted_raw_ostream; variable
117 formatted_raw_ostream &OS,
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.h22 class formatted_raw_ostream; variable
69 formatted_raw_ostream &OS,

1234