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

Overrides

include/llvm/Object/ObjectFile.h
  274   virtual relocation_iterator section_rel_end(DataRefImpl Sec) const = 0;

Declarations

include/llvm/Object/MachO.h
  323   relocation_iterator section_rel_end(DataRefImpl Sec) const override;

References

lib/Object/MachOObjectFile.cpp
 2756   return section_rel_end(DRI);
tools/llvm-objcopy/MachO/MachOReader.cpp
  100               RE = MachOObj.section_rel_end(SecRef->getRawDataRefImpl());
tools/llvm-objdump/MachODump.cpp
 1089                                  O->section_rel_end(DRI), cputype, verbose);
 1109                                  O->section_rel_end(DRI), cputype, verbose);