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

References

tools/llvm-objdump/llvm-objdump.cpp
 1658   if (!Obj->isELF())
 1661   const auto *Elf = dyn_cast<ELFObjectFileBase>(Obj);
 1663     reportError(Obj->getFileName(), "not a dynamic object");
 1667   std::vector<SectionRef> DynRelSec = Obj->dynamic_relocation_sections();
 1672   StringRef Fmt = Obj->getBytesInAddress() > 4 ? "%016" PRIx64 : "%08" PRIx64;
 1680         reportError(std::move(E), Obj->getFileName());