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

Overridden By

include/llvm/Object/ELFObjectFile.h
  289   relocation_iterator section_rel_end(DataRefImpl Sec) const override;
  827 ELFObjectFile<ELFT>::section_rel_end(DataRefImpl Sec) const {
lib/Object/COFFObjectFile.cpp
  390 relocation_iterator COFFObjectFile::section_rel_end(DataRefImpl Ref) const {
lib/Object/MachOObjectFile.cpp
 2061 MachOObjectFile::section_rel_end(DataRefImpl Sec) const {
lib/Object/WasmObjectFile.cpp
 1464 relocation_iterator WasmObjectFile::section_rel_end(DataRefImpl Ref) const {
lib/Object/XCOFFObjectFile.cpp
  294 relocation_iterator XCOFFObjectFile::section_rel_end(DataRefImpl Sec) const {

References

include/llvm/Object/ObjectFile.h
  501   return OwningObject->section_rel_end(SectionPimpl);