Home
last modified time | relevance | path

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

1234

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/
HDFormattedStream.cpp26 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/
HDFormattedStream.h30 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/
HDAssemblyAnnotationWriter.h25 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/
HDSourcePrinter.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,
HDXCOFFDump.h16 class formatted_raw_ostream; variable
40 formatted_raw_ostream &OS, uint64_t End,
HDSourcePrinter.cpp106 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/
HDSparcTargetStreamer.h17 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/
HDXCoreMCTargetDesc.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-14-stable/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/
HDXtensaTargetStreamer.h17 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/
HDRISCVTargetStreamer.h18 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/
HDCSKYTargetStreamer.h94 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/
HDVETargetStreamer.h30 formatted_raw_ostream &OS;
33 VETargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
HDWebAssemblyTargetStreamer.h25 class formatted_raw_ostream; variable
61 formatted_raw_ostream &OS;
64 WebAssemblyTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
HDWebAssemblyTargetStreamer.cpp35 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/
HDResourcePressureView.cpp68 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()
HDTimelineView.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()
HDTimelineView.h147 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/
HDAArch64MCTargetDesc.h22 class formatted_raw_ostream; variable
60 formatted_raw_ostream &OS,
HDAArch64ELFStreamer.cpp48 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/
HDAMDGPUTargetStreamer.h20 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/
HDllvm-dis.cpp89 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/
HDARMMCTargetDesc.h22 class formatted_raw_ostream; variable
69 formatted_raw_ostream &OS,
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
HDX86MCTargetDesc.h21 class formatted_raw_ostream; variable
116 formatted_raw_ostream &OS,
/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/
HDTargetRegistry.cpp91 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/
HDDecoderEmitter.cpp166 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 …]

1234