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

References

tools/llvm-objdump/MachODump.cpp
 3284   for (unsigned SectIdx = 0; SectIdx != info->Sections->size(); SectIdx++) {
 3285     uint64_t SectAddress = ((*(info->Sections))[SectIdx]).getAddress();
 3286     uint64_t SectSize = ((*(info->Sections))[SectIdx]).getSize();
 3292           ((*(info->Sections))[SectIdx]).getName();
 3298       DataRefImpl Ref = ((*(info->Sections))[SectIdx]).getRawDataRefImpl();
 3299       StringRef SegName = info->O->getSectionFinalSegmentName(Ref);
 3304       S = (*(info->Sections))[SectIdx];
 3308           ((*(info->Sections))[SectIdx]).getContents(), info->O->getFileName());
 3308           ((*(info->Sections))[SectIdx]).getContents(), info->O->getFileName());