reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-readobj/ARMEHABIPrinter.h
  371   auto StrTableOrErr = ELF->getStringTableForSymtab(*Symtab);
  376   for (const Elf_Sym &Sym : unwrapOrError(FileName, ELF->symbols(Symtab)))
  402   for (const Elf_Shdr &Sec : unwrapOrError(FileName, ELF->sections())) {
  406     auto SymTabOrErr = ELF->getSection(Sec.sh_link);
  411     for (const Elf_Rel &R : unwrapOrError(FileName, ELF->rels(&Sec))) {
  421           unwrapOrError(FileName, ELF->getRelocationSymbol(&RelA, SymTab));
  423       auto Ret = ELF->getSection(Symbol, SymTab, ShndxTable);
  436   Expected<ArrayRef<uint8_t>> Contents = ELF->getSectionContents(EHT);
  503   Expected<ArrayRef<uint8_t>> Contents = ELF->getSectionContents(IT);
  557         if (auto Name = ELF->getSectionName(EHT))
  574   for (const Elf_Shdr &Sec : unwrapOrError(FileName, ELF->sections())) {
  579       if (auto SectionName = ELF->getSectionName(&Sec))