Lines Matching defs:Dumper
106 : Obj(&Owner), Dumper(&D) {}
109 : Addr(A), Size(S), EntSize(ES), Obj(&Owner), Dumper(&D) {}
120 /// Dumper used for error reporting.
121 const ObjDumper *Dumper;
140 Dumper->reportUniqueWarning(
162 Dumper->reportUniqueWarning(Msg);
2579 static Error checkHashTable(const ELFDumper<ELFT> &Dumper,
2582 const ELFFile<ELFT> &Obj = Dumper.getElfObject().getELFFile();
2584 if (Dumper.getHashTableEntSize() == 8) {
2940 const ELFDumper<ELFT> &Dumper;
2993 Dumper(D), GotSec(nullptr), LocalNum(0), GlobalNum(0), PltSec(nullptr),
3006 GotSec = Dumper.findSectionByName(".got");
4831 RelSymbol<ELFT> getSymbolForReloc(const ELFDumper<ELFT> &Dumper,
4836 Dumper.reportUniqueWarning(
4842 ArrayRef<Elf_Sym> Symbols = Dumper.dynamic_symbols();
4856 const ELFFile<ELFT> &Obj = Dumper.getElfObject().getELFFile();
4866 Expected<StringRef> ErrOrName = Sym->getName(Dumper.getDynamicStringTable());
6094 const ELFDumper<ELFT> &Dumper,
6100 const ELFFile<ELFT> &Obj = Dumper.getElfObject().getELFFile();
6114 Dumper.reportUniqueWarning(
6120 Dumper.reportUniqueWarning("unable to read notes from the " +
6130 Dumper.reportUniqueWarning(
6145 Dumper.reportUniqueWarning("unable to read note with index " +
6152 Dumper.reportUniqueWarning(
6968 getMipsAbiFlagsSection(const ELFDumper<ELFT> &Dumper) {
6969 const typename ELFT::Shdr *Sec = Dumper.findSectionByName(".MIPS.abiflags");
6975 Dumper.getElfObject().getELFFile().getSectionContents(*Sec);
7664 const LLVMELFDumper<ELFT> *Dumper,
7667 Dumper->reportUniqueWarning(
7677 Dumper->reportUniqueWarning("unable to load relocations for "
7694 Dumper->reportUniqueWarning("unable to load relocations for "