/external/llvm/tools/llvm-readobj/ |
D | llvm-readobj.cpp | 343 std::unique_ptr<ObjDumper> Dumper; in dumpObject() local 344 if (std::error_code EC = createDumper(Obj, Writer, Dumper)) in dumpObject() 354 Dumper->printLoadName(); in dumpObject() 358 Dumper->printFileHeaders(); in dumpObject() 360 Dumper->printSections(); in dumpObject() 362 Dumper->printRelocations(); in dumpObject() 364 Dumper->printDynamicRelocations(); in dumpObject() 366 Dumper->printSymbols(); in dumpObject() 368 Dumper->printDynamicSymbols(); in dumpObject() 370 Dumper->printUnwindInfo(); in dumpObject() [all …]
|
D | Win64EHDumper.cpp | 115 static std::string formatSymbol(const Dumper::Context &Ctx, in formatSymbol() 141 static std::error_code resolveRelocation(const Dumper::Context &Ctx, in resolveRelocation() 165 void Dumper::printRuntimeFunctionEntry(const Context &Ctx, in printRuntimeFunctionEntry() 180 void Dumper::printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC) { in printUnwindCode() 237 void Dumper::printUnwindInfo(const Context &Ctx, const coff_section *Section, in printUnwindInfo() 281 void Dumper::printRuntimeFunction(const Context &Ctx, in printRuntimeFunction() 305 void Dumper::printData(const Context &Ctx) { in printData()
|
/external/llvm-project/llvm/tools/llvm-readobj/ |
D | llvm-readobj.cpp | 472 ObjDumper *Dumper; in dumpObject() local 476 Dumper = (*DumperOrErr).get(); in dumpObject() 488 Dumper->printLoadName(); in dumpObject() 492 Dumper->printFileHeaders(); in dumpObject() 501 Dumper->printSectionDetails(); in dumpObject() 503 Dumper->printSectionHeaders(); in dumpObject() 507 Dumper->printHashSymbols(); in dumpObject() 509 Dumper->printProgramHeaders(opts::ProgramHeaders, opts::SectionMapping); in dumpObject() 511 Dumper->printDynamicTable(); in dumpObject() 513 Dumper->printNeededLibraries(); in dumpObject() [all …]
|
/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/ |
D | Dumper.java | 26 public final class Dumper { class 36 void dump(Dumper dumper); in dump() 44 public Dumper() { in Dumper() method in Dumper 48 public Dumper add(String field, @Nullable Object value) { in add() 52 public Dumper add(Dumpable object) { in add() 57 public Dumper add(String field, @Nullable byte[] value) { in add() 68 public Dumper addTime(String field, long time) { in addTime() 72 public Dumper startBlock(String name) { in startBlock() 78 public Dumper endBlock() { in endBlock() 88 private Dumper addString(String string) { in addString()
|
D | CapturingAudioSink.java | 35 public final class CapturingAudioSink extends ForwardingAudioSink implements Dumper.Dumpable { 46 private final List<Dumper.Dumpable> interceptedData; 122 String actual = new Dumper().add(this).toString(); in assertOutput() 138 public void dump(Dumper dumper) { in dump() 144 private static final class DumpableConfiguration implements Dumper.Dumpable { 157 public void dump(Dumper dumper) { in dump() 168 private static final class DumpableBuffer implements Dumper.Dumpable { 184 public void dump(Dumper dumper) { in dump() 193 private static final class DumpableDiscontinuity implements Dumper.Dumpable { 196 public void dump(Dumper dumper) { in dump()
|
D | FakeTrackOutput.java | 24 import com.google.android.exoplayer2.testutil.Dumper.Dumpable; 41 public final class FakeTrackOutput implements TrackOutput, Dumper.Dumpable { 166 public void dump(Dumper dumper) { in dump() 199 private final class DumpableSampleInfo implements Dumper.Dumpable { 223 public void dump(Dumper dumper) { in dump() 265 private static final class DumpableFormat implements Dumper.Dumpable { 277 public void dump(Dumper dumper) { in dump() 334 Dumper dumper, String field, Function<Format, @NullableType Object> getFieldFunction) { in addIfNonDefault()
|
/external/llvm-project/clang/lib/AST/ |
D | ASTDumper.cpp | 165 ASTDumper Dumper(llvm::errs(), /*ShowColors=*/false); in dump() local 166 Dumper.Visit(*this); in dump() 171 ASTDumper Dumper(OS, Context, Context.getDiagnostics().getShowColors()); in dump() local 172 Dumper.Visit(*this); in dump() 255 ASTDumper Dumper(llvm::errs(), /*ShowColors=*/false); in dump() local 256 Dumper.Visit(FC, FC); in dump() 264 ASTDumper Dumper(OS, Context, Context.getDiagnostics().getShowColors()); in dump() local 265 Dumper.Visit(FC, FC); in dump() 272 ASTDumper Dumper(llvm::errs(), /*ShowColors=*/true); in dumpColor() local 273 Dumper.Visit(FC, FC); in dumpColor() [all …]
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/ |
D | PDBSymbolTypePointer.cpp | 19 void PDBSymbolTypePointer::dump(PDBSymDumper &Dumper) const { in dump() 20 Dumper.dump(*this); in dump() 23 void PDBSymbolTypePointer::dumpRight(PDBSymDumper &Dumper) const { in dumpRight() 24 Dumper.dumpRight(*this); in dumpRight()
|
D | PDBSymbolTypeArray.cpp | 18 void PDBSymbolTypeArray::dump(PDBSymDumper &Dumper) const { in dump() 19 Dumper.dump(*this); in dump() 22 void PDBSymbolTypeArray::dumpRight(PDBSymDumper &Dumper) const { in dumpRight() 23 Dumper.dumpRight(*this); in dumpRight()
|
D | PDBSymbolTypeFunctionSig.cpp | 69 void PDBSymbolTypeFunctionSig::dump(PDBSymDumper &Dumper) const { in dump() 70 Dumper.dump(*this); in dump() 73 void PDBSymbolTypeFunctionSig::dumpRight(PDBSymDumper &Dumper) const { in dumpRight() 74 Dumper.dumpRight(*this); in dumpRight()
|
D | PDBSymbolTypeVTable.cpp | 18 void PDBSymbolTypeVTable::dump(PDBSymDumper &Dumper) const { in dump() 19 Dumper.dump(*this); in dump()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | PDBSymbolTypeArray.cpp | 18 void PDBSymbolTypeArray::dump(PDBSymDumper &Dumper) const { in dump() 19 Dumper.dump(*this); in dump() 22 void PDBSymbolTypeArray::dumpRight(PDBSymDumper &Dumper) const { in dumpRight() 23 Dumper.dumpRight(*this); in dumpRight()
|
D | PDBSymbolTypePointer.cpp | 19 void PDBSymbolTypePointer::dump(PDBSymDumper &Dumper) const { in dump() 20 Dumper.dump(*this); in dump() 23 void PDBSymbolTypePointer::dumpRight(PDBSymDumper &Dumper) const { in dumpRight() 24 Dumper.dumpRight(*this); in dumpRight()
|
D | PDBSymbolTypeFunctionSig.cpp | 69 void PDBSymbolTypeFunctionSig::dump(PDBSymDumper &Dumper) const { in dump() 70 Dumper.dump(*this); in dump() 73 void PDBSymbolTypeFunctionSig::dumpRight(PDBSymDumper &Dumper) const { in dumpRight() 74 Dumper.dumpRight(*this); in dumpRight()
|
D | PDBSymbolTypeVTable.cpp | 18 void PDBSymbolTypeVTable::dump(PDBSymDumper &Dumper) const { in dump() 19 Dumper.dump(*this); in dump()
|
D | PDBSymbolTypeBuiltin.cpp | 18 void PDBSymbolTypeBuiltin::dump(PDBSymDumper &Dumper) const { in dump() 19 Dumper.dump(*this); in dump()
|
D | PDBSymbolFuncDebugEnd.cpp | 19 void PDBSymbolFuncDebugEnd::dump(PDBSymDumper &Dumper) const { in dump() 20 Dumper.dump(*this); in dump()
|
D | PDBSymbolLabel.cpp | 18 void PDBSymbolLabel::dump(PDBSymDumper &Dumper) const { Dumper.dump(*this); } in dump()
|
/external/llvm/tools/llvm-pdbdump/ |
D | TypeDumper.cpp | 70 EnumDumper Dumper(Printer); in dump() local 71 Dumper.start(Symbol); in dump() 79 TypedefDumper Dumper(Printer); in dump() local 80 Dumper.start(Symbol); in dump() 95 ClassDefinitionDumper Dumper(Printer); in dump() local 96 Dumper.start(Symbol); in dump()
|
D | ClassDefinitionDumper.cpp | 158 VariableDumper Dumper(Printer); in dump() local 159 Dumper.start(Symbol); in dump() 167 FunctionDumper Dumper(Printer); in dump() local 168 Dumper.start(Symbol, FunctionDumper::PointerType::None); in dump() 178 EnumDumper Dumper(Printer); in dump() local 179 Dumper.start(Symbol); in dump() 187 TypedefDumper Dumper(Printer); in dump() local 188 Dumper.start(Symbol); in dump()
|
D | TypedefDumper.cpp | 42 BuiltinDumper Dumper(Printer); in dump() local 43 Dumper.start(Symbol); in dump() 73 FunctionDumper Dumper(Printer); in dump() local 74 Dumper.start(Symbol, nullptr, FunctionDumper::PointerType::None); in dump()
|
D | llvm-pdbdump.cpp | 441 CompilandDumper Dumper(Printer); in dumpPretty() local 446 Dumper.start(*Compiland, options); in dumpPretty() 454 TypeDumper Dumper(Printer); in dumpPretty() local 455 Dumper.start(*GlobalScope); in dumpPretty() 464 CompilandDumper Dumper(Printer); in dumpPretty() local 466 Dumper.start(*Compiland, true); in dumpPretty() 475 FunctionDumper Dumper(Printer); in dumpPretty() local 479 Dumper.start(*Function, FunctionDumper::PointerType::None); in dumpPretty() 484 VariableDumper Dumper(Printer); in dumpPretty() local 486 Dumper.start(*Var); in dumpPretty() [all …]
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | PrettyTypedefDumper.cpp | 39 TypeDumper Dumper(Printer); in dump() local 40 Dumper.dump(Symbol); in dump() 44 BuiltinDumper Dumper(Printer); in dump() local 45 Dumper.start(Symbol); in dump() 75 FunctionDumper Dumper(Printer); in dump() local 76 Dumper.start(Symbol, nullptr, FunctionDumper::PointerType::None); in dump()
|
D | PrettyTypeDumper.cpp | 278 EnumDumper Dumper(Printer); in dump() local 279 Dumper.start(Symbol); in dump() 294 TypedefDumper Dumper(Printer); in dump() local 295 Dumper.start(Symbol); in dump() 308 FunctionDumper Dumper(Printer); in dump() local 309 Dumper.start(Symbol, nullptr, FunctionDumper::PointerType::None); in dump() 316 FunctionDumper Dumper(Printer); in dump() local 320 Dumper.start(*FS, nullptr, PT); in dump() 356 ClassDefinitionDumper Dumper(Printer); in dumpClassLayout() local 357 Dumper.start(Class); in dumpClassLayout()
|
D | PrettyClassLayoutGraphicalDumper.cpp | 182 EnumDumper Dumper(Printer); in dump() local 183 Dumper.start(Symbol); in dump() 190 TypedefDumper Dumper(Printer); in dump() local 191 Dumper.start(Symbol); in dump() 210 FunctionDumper Dumper(Printer); in dump() local 211 Dumper.start(Symbol, FunctionDumper::PointerType::None); in dump()
|