Searched refs:ScopedPrinter (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWindowsResourceDumper.h13 #include "llvm/Support/ScopedPrinter.h"
21 Dumper(WindowsResource *Res, ScopedPrinter &SW) : SW(SW), WinRes(Res) {}
26 ScopedPrinter &SW;
H A DObjDumper.h29 class ScopedPrinter;
33 ObjDumper(ScopedPrinter &Writer);
107 ScopedPrinter &W;
117 ScopedPrinter &Writer,
121 ScopedPrinter &Writer,
125 ScopedPrinter &Writer,
129 ScopedPrinter &Writer,
133 ScopedPrinter &Writer,
137 ScopedPrinter &Writer);
139 void dumpCodeViewMergedTypes(ScopedPrinter
[all...]
H A DWin64EHDumper.h12 #include "llvm/Support/ScopedPrinter.h"
24 ScopedPrinter &SW;
55 Dumper(ScopedPrinter &SW) : SW(SW), OS(SW.getOStream()) {}
H A DCOFFImportDumper.cpp17 #include "llvm/Support/ScopedPrinter.h"
23 void dumpCOFFImportFile(const COFFImportFile *File, ScopedPrinter &Writer) {
H A DStackMapPrinter.h13 #include "llvm/Support/ScopedPrinter.h"
19 void prettyPrintStackMap(ScopedPrinter &W, const StackMapParserT &SMP) {
H A DARMWinEHPrinter.h14 #include "llvm/Support/ScopedPrinter.h"
24 ScopedPrinter &SW;
156 Decoder(ScopedPrinter &SW, bool isAArch64) : SW(SW),
H A Dllvm-readobj.cpp40 #include "llvm/Support/ScopedPrinter.h"
421 ScopedPrinter &Writer,
441 static void dumpObject(const ObjectFile *Obj, ScopedPrinter &Writer,
557 static void dumpArchive(const Archive *Arc, ScopedPrinter &Writer) {
580 ScopedPrinter &Writer) {
594 ScopedPrinter &Printer) {
602 static void dumpInput(StringRef File, ScopedPrinter &Writer) {
715 ScopedPrinter Writer(fouts());
H A DARMEHABIPrinter.h21 #include "llvm/Support/ScopedPrinter.h"
29 ScopedPrinter &SW;
66 OpcodeDecoder(ScopedPrinter &SW) : SW(SW), OS(SW.getOStream()) {}
330 ScopedPrinter &SW;
355 PrinterContext(ScopedPrinter &SW, const object::ELFFile<ET> *ELF,
H A DWasmDumper.cpp17 #include "llvm/Support/ScopedPrinter.h"
60 WasmDumper(const WasmObjectFile *Obj, ScopedPrinter &Writer)
247 ScopedPrinter &Writer,
H A DDwarfCFIEHPrinter.h20 #include "llvm/Support/ScopedPrinter.h"
33 ScopedPrinter &W;
41 PrinterContext(ScopedPrinter &W, const object::ELFObjectFile<ELFT> *ObjF)
H A DObjDumper.cpp20 #include "llvm/Support/ScopedPrinter.h"
30 ObjDumper::ObjDumper(ScopedPrinter &Writer) : W(Writer) {}
H A DXCOFFDumper.cpp17 #include "llvm/Support/ScopedPrinter.h"
32 XCOFFDumper(const XCOFFObjectFile &Obj, ScopedPrinter &Writer)
526 ScopedPrinter &Writer,
H A DMachODumper.cpp21 #include "llvm/Support/ScopedPrinter.h"
30 MachODumper(const MachOObjectFile *Obj, ScopedPrinter &Writer)
72 ScopedPrinter &Writer,
H A DCOFFDumper.cpp53 #include "llvm/Support/ScopedPrinter.h"
82 COFFDumper(const llvm::object::COFFObjectFile *Obj, ScopedPrinter &Writer)
189 ScopedPrinter &Writer;
244 ScopedPrinter &Writer,
1961 void llvm::dumpCodeViewMergedTypes(ScopedPrinter &Writer,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolDumper.h19 class ScopedPrinter;
27 CVSymbolDumper(ScopedPrinter &W, TypeCollection &Types,
48 ScopedPrinter &W;
H A DTypeDumpVisitor.h19 class ScopedPrinter;
28 TypeDumpVisitor(TypeCollection &TpiTypes, ScopedPrinter *W,
74 ScopedPrinter *W;
H A DTypeIndex.h20 class ScopedPrinter;
277 void printTypeIndex(ScopedPrinter &Printer, StringRef FieldName, TypeIndex TI,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h23 class ScopedPrinter;
92 void dump(ScopedPrinter &W) const;
111 bool dumpName(ScopedPrinter &W, SmallVectorImpl<DWARFFormValue> &AtomForms,
249 void dump(ScopedPrinter &W) const;
276 void dump(ScopedPrinter &W) const;
315 void dump(ScopedPrinter &W) const;
400 void dumpCUs(ScopedPrinter &W) const;
401 void dumpLocalTUs(ScopedPrinter &W) const;
402 void dumpForeignTUs(ScopedPrinter &W) const;
403 void dumpAbbreviations(ScopedPrinter
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DScopedPrinter.cpp1 #include "llvm/Support/ScopedPrinter.h"
22 void ScopedPrinter::printBinaryImpl(StringRef Label, StringRef Str,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp19 #include "llvm/Support/ScopedPrinter.h"
137 void AppleAcceleratorTable::Header::dump(ScopedPrinter &W) const {
164 bool AppleAcceleratorTable::dumpName(ScopedPrinter &W,
207 ScopedPrinter W(OS);
365 void DWARFDebugNames::Header::dump(ScopedPrinter &W) const {
407 void DWARFDebugNames::Abbrev::dump(ScopedPrinter &W) const {
564 void DWARFDebugNames::Entry::dump(ScopedPrinter &W) const {
655 bool DWARFDebugNames::NameIndex::dumpEntry(ScopedPrinter &W,
670 void DWARFDebugNames::NameIndex::dumpName(ScopedPrinter &W,
685 void DWARFDebugNames::NameIndex::dumpCUs(ScopedPrinter
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h1 //===-- ScopedPrinter.h ----------------------------------------*- C++ -*--===//
68 class ScopedPrinter { class in namespace:llvm
70 ScopedPrinter(raw_ostream &OS) : OS(OS), IndentLevel(0) {} function in class:llvm::ScopedPrinter
355 ScopedPrinter::printHex<support::ulittle16_t>(StringRef Label,
362 explicit DelimitedScope(ScopedPrinter &W) : W(W) {
367 DelimitedScope(ScopedPrinter &W, StringRef N) : W(W) {
380 ScopedPrinter &W;
H A DARMAttributeParser.h13 #include "ScopedPrinter.h"
21 ScopedPrinter *SW;
123 ARMAttributeParser(ScopedPrinter *SW) : SW(SW) {}
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp12 #include "llvm/Support/ScopedPrinter.h"
92 void llvm::codeview::printTypeIndex(ScopedPrinter &Printer, StringRef FieldName,
H A DSymbolDumper.cpp21 #include "llvm/Support/ScopedPrinter.h"
34 ScopedPrinter &W, CPUType CPU, bool PrintRecordBytes)
58 ScopedPrinter &W;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DWindowsResource.h47 class ScopedPrinter;
173 void print(ScopedPrinter &Writer, StringRef Name) const;

Completed in 381 milliseconds

12