Searched refs:section_rel_begin (Results 1 – 7 of 7) sorted by relevance
91 virtual relocation_iterator section_rel_begin(DataRefImpl Sec) const;131 relocation_iterator section_rel_begin(unsigned Index) const;
320 virtual relocation_iterator section_rel_begin(DataRefImpl Sec) const = 0;522 return OwningObject->section_rel_begin(SectionPimpl); in begin_relocations()
273 virtual relocation_iterator section_rel_begin(DataRefImpl Sec) const;
90 virtual relocation_iterator section_rel_begin(DataRefImpl Sec) const;542 ELFObjectFile<ELFT>::section_rel_begin(DataRefImpl Sec) const { in section_rel_begin() function
800 relocation_iterator MachOObjectFile::section_rel_begin(DataRefImpl Sec) const { in section_rel_begin() function in llvm::object::MachOObjectFile1308 relocation_iterator MachOObjectFile::section_rel_begin(unsigned Index) const { in section_rel_begin() function in llvm::object::MachOObjectFile1311 return section_rel_begin(DRI); in section_rel_begin()
340 relocation_iterator COFFObjectFile::section_rel_begin(DataRefImpl Sec) const { in section_rel_begin() function in COFFObjectFile
100 for (relocation_iterator I = Obj.section_rel_begin(Index), in DumpSectionData()