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

References

tools/llvm-objdump/MachODump.cpp
 1525     if (Sect == LiteralSections.end()) {
 1530     uint64_t SectAddress = Sect->getAddress();
 1531     uint64_t SectSize = Sect->getSize();
 1534     Expected<StringRef> SectNameOrErr = Sect->getName();
 1540     DataRefImpl Ref = Sect->getRawDataRefImpl();
 1553     StringRef BytesStr = unwrapOrError(Sect->getContents(), O->getFileName());