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

References

tools/llvm-readobj/ELFDumper.cpp
 4868   const ELFFile<ELFT> *EF = Obj->getELFFile();
 4875   for (const SectionRef &Sec : Obj->sections()) {
 4892     const Elf_Shdr *ElfSec = Obj->getSection(Sec.getRawDataRefImpl());
 4903                   Obj->getFileName());
 4906         Obj->getSection((*RelSecOrErr)->getRawDataRefImpl());
 4916     StackSizeRelocMap[Obj->toSectionRef(ContentsSec)] = Sec;
 4930                     Obj->getFileName());
 4938         Obj->getSection(StackSizesSec.getRawDataRefImpl());
 4939     const SectionRef FunctionSec = Obj->toSectionRef(unwrapOrError(
 4944     std::tie(IsSupportedFn, Resolver) = getRelocationResolver(*Obj);
 4946     DataExtractor Data(Contents, Obj->isLittleEndian(), sizeof(Elf_Addr));
 4954                     Obj->getFileName());
 4955       this->printStackSize(Obj, Reloc, FunctionSec, StackSizeSectionName,