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

/external/llvm/tools/llvm-readobj/
H A DObjDumper.cpp18 #include "llvm/Support/ScopedPrinter.h"
23 ObjDumper::ObjDumper(ScopedPrinter &Writer) : W(Writer) {}
H A DObjDumper.h25 class ScopedPrinter;
29 ObjDumper(ScopedPrinter &Writer);
81 ScopedPrinter &W;
85 ScopedPrinter &Writer,
89 ScopedPrinter &Writer,
93 ScopedPrinter &Writer,
98 void dumpCodeViewMergedTypes(ScopedPrinter &Writer,
H A DWin64EHDumper.h13 #include "llvm/Support/ScopedPrinter.h"
25 ScopedPrinter &SW;
56 Dumper(ScopedPrinter &SW) : SW(SW), OS(SW.getOStream()) {}
H A DARMWinEHPrinter.h15 #include "llvm/Support/ScopedPrinter.h"
25 ScopedPrinter &SW;
110 Decoder(ScopedPrinter &SW) : SW(SW), OS(SW.getOStream()) {}
H A DARMAttributeParser.h14 #include "llvm/Support/ScopedPrinter.h"
20 ScopedPrinter &SW;
118 ARMAttributeParser(ScopedPrinter &SW) : SW(SW) {}
H A Dllvm-readobj.cpp38 #include "llvm/Support/ScopedPrinter.h"
325 ScopedPrinter &Writer,
342 ScopedPrinter Writer(outs());
518 ScopedPrinter W(outs());
H A DARMEHABIPrinter.h22 #include "llvm/Support/ScopedPrinter.h"
30 ScopedPrinter &SW;
67 OpcodeDecoder(ScopedPrinter &SW) : SW(SW), OS(SW.getOStream()) {}
314 ScopedPrinter &SW;
338 PrinterContext(ScopedPrinter &SW, const object::ELFFile<ET> *ELF,
H A DELFDumper.cpp31 #include "llvm/Support/ScopedPrinter.h"
100 ELFDumper(const ELFFile<ELFT> *Obj, ScopedPrinter &Writer);
304 GNUStyle(ScopedPrinter &W, ELFDumper<ELFT> *Dumper)
357 LLVMStyle(ScopedPrinter &W, ELFDumper<ELFT> *Dumper)
376 ScopedPrinter &W;
385 ScopedPrinter &Writer,
392 ScopedPrinter &Writer,
498 ScopedPrinter &W) {
532 ScopedPrinter &W) {
588 ScopedPrinter
[all...]
H A DMachODumper.cpp22 #include "llvm/Support/ScopedPrinter.h"
31 MachODumper(const MachOObjectFile *Obj, ScopedPrinter &Writer)
71 ScopedPrinter &Writer,
H A DCOFFDumper.cpp44 #include "llvm/Support/ScopedPrinter.h"
64 COFFDumper(const llvm::object::COFFObjectFile *Obj, ScopedPrinter &Writer)
190 ScopedPrinter &Writer,
1534 ScopedPrinter &Writer, llvm::codeview::MemoryTypeTableBuilder &CVTypes) {
/external/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolDumper.h20 class ScopedPrinter;
28 CVSymbolDumper(ScopedPrinter &W, CVTypeDumper &CVTD,
45 ScopedPrinter &W;
H A DTypeDumper.h20 class ScopedPrinter;
27 CVTypeDumper(ScopedPrinter *W, bool PrintRecordBytes)
62 void setPrinter(ScopedPrinter *P);
63 ScopedPrinter *getPrinter() { return W; }
87 ScopedPrinter *W;
/external/llvm/tools/llvm-pdbdump/
H A DLLVMOutputStyle.h16 #include "llvm/Support/ScopedPrinter.h"
44 ScopedPrinter P;
H A DLLVMOutputStyle.cpp341 static void dumpTpiHash(ScopedPrinter &P, TpiStream &Tpi) {
409 ScopedPrinter *OldP = TD.getPrinter();
519 RecordVisitor(ScopedPrinter &P, PDBFile &F) : P(P), F(F) {}
595 ScopedPrinter &P;
622 Visitor(ScopedPrinter &P, DbiStream &DS) : P(P), DS(DS) {}
650 ScopedPrinter &P;
/external/llvm/include/llvm/Support/
H A DScopedPrinter.h1 //===-- ScopedPrinter.h ---------------------------------------------------===//
69 class ScopedPrinter { class in namespace:llvm
71 ScopedPrinter(raw_ostream &OS) : OS(OS), IndentLevel(0) {} function in class:llvm::ScopedPrinter
345 ScopedPrinter::printHex<support::ulittle16_t>(StringRef Label,
352 explicit DelimitedScope(ScopedPrinter &W) : W(W) {
357 DelimitedScope(ScopedPrinter &W, StringRef N) : W(W) {
370 ScopedPrinter &W;
/external/llvm/lib/Support/
H A DScopedPrinter.cpp1 #include "llvm/Support/ScopedPrinter.h"
23 void ScopedPrinter::printBinaryImpl(StringRef Label, StringRef Str,
/external/llvm/tools/llvm-pdbdump/fuzzer/
H A Dllvm-pdbdump-fuzzer.cpp26 #include "llvm/Support/ScopedPrinter.h"
49 ScopedPrinter P(nulls());
/external/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp19 #include "llvm/Support/ScopedPrinter.h"
32 ScopedPrinter &W, bool PrintRecordBytes)
53 ScopedPrinter &W;
H A DTypeDumper.cpp16 #include "llvm/Support/ScopedPrinter.h"
693 void CVTypeDumper::setPrinter(ScopedPrinter *P) {
694 static ScopedPrinter NullP(llvm::nulls());
/external/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp31 #include "llvm/Support/ScopedPrinter.h"
459 ScopedPrinter SP(CommentOS);

Completed in 337 milliseconds