reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
273 virtual relocation_iterator section_rel_begin(DataRefImpl Sec) const = 0;
322 relocation_iterator section_rel_begin(DataRefImpl Sec) const override;
2750 return section_rel_begin(DRI);
tools/llvm-objcopy/MachO/MachOReader.cpp 99 for (auto RI = MachOObj.section_rel_begin(SecRef->getRawDataRefImpl()),
tools/llvm-objdump/MachODump.cpp1088 PrintRelocationEntries(O, O->section_rel_begin(DRI), 1108 PrintRelocationEntries(O, O->section_rel_begin(DRI),