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

/freebsd-10.2-release/contrib/llvm/include/llvm/Object/
H A DMachO.h92 virtual relocation_iterator section_rel_end(DataRefImpl Sec) const;
132 relocation_iterator section_rel_end(unsigned Index) const;
H A DObjectFile.h321 virtual relocation_iterator section_rel_end(DataRefImpl Sec) const = 0;
526 return OwningObject->section_rel_end(SectionPimpl);
H A DCOFF.h274 virtual relocation_iterator section_rel_end(DataRefImpl Sec) const;
H A DELFObjectFile.h91 virtual relocation_iterator section_rel_end(DataRefImpl Sec) const;
552 ELFObjectFile<ELFT>::section_rel_end(DataRefImpl Sec) const { function in class:llvm::object::ELFObjectFile
/freebsd-10.2-release/contrib/llvm/tools/macho-dump/
H A Dmacho-dump.cpp101 E = Obj.section_rel_end(Index); I != E; I.increment(EC), ++RelNum) {
/freebsd-10.2-release/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp816 MachOObjectFile::section_rel_end(DataRefImpl Sec) const { function in class:llvm::object::MachOObjectFile
1314 relocation_iterator MachOObjectFile::section_rel_end(unsigned Index) const { function in class:llvm::object::MachOObjectFile
1317 return section_rel_end(DRI);
H A DCOFFObjectFile.cpp351 relocation_iterator COFFObjectFile::section_rel_end(DataRefImpl Sec) const { function in class:COFFObjectFile

Completed in 67 milliseconds