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

References

tools/llvm-objdump/llvm-objdump.cpp
 1726     StringRef Name = unwrapOrError(Section.getName(), Obj->getFileName());
 1727     uint64_t VMA = Section.getAddress();
 1728     if (shouldAdjustVA(Section))
 1731     uint64_t Size = Section.getSize();
 1733     std::string Type = Section.isText() ? "TEXT" : "";
 1734     if (Section.isData())
 1736     if (Section.isBSS())
 1743              << format_hex_no_prefix(getELFSectionLMA(Section), AddressWidth)