Searched refs:section_rel_end (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/Object/
H A DObjectFile.h223 virtual relocation_iterator section_rel_end(DataRefImpl Sec) const = 0;
402 return OwningObject->section_rel_end(SectionPimpl);
H A DMachO.h230 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
265 relocation_iterator section_rel_end(unsigned Index) const;
H A DELFObjectFile.h226 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
630 ELFObjectFile<ELFT>::section_rel_end(DataRefImpl Sec) const { function in class:llvm::object::ELFObjectFile
H A DCOFF.h670 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
/freebsd-11.0-release/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp587 MachOObjectFile::section_rel_end(DataRefImpl Sec) const { function in class:MachOObjectFile
1209 relocation_iterator MachOObjectFile::section_rel_end(unsigned Index) const { function in class:MachOObjectFile
1212 return section_rel_end(DRI);
H A DCOFFObjectFile.cpp372 relocation_iterator COFFObjectFile::section_rel_end(DataRefImpl Ref) const { function in class:COFFObjectFile

Completed in 74 milliseconds