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

/external/llvm/include/llvm/Object/
H A DMachO.h95 virtual relocation_iterator getSectionRelEnd(DataRefImpl Sec) const;
135 relocation_iterator getSectionRelEnd(unsigned Index) const;
H A DObjectFile.h326 virtual relocation_iterator getSectionRelEnd(DataRefImpl Sec) const = 0;
535 return OwningObject->getSectionRelEnd(SectionPimpl);
H A DCOFF.h243 virtual relocation_iterator getSectionRelEnd(DataRefImpl Sec) const;
H A DELF.h707 virtual relocation_iterator getSectionRelEnd(DataRefImpl Sec) const;
1445 ELFObjectFile<ELFT>::getSectionRelEnd(DataRefImpl Sec) const { function in class:llvm::object::ELFObjectFile
/external/llvm/tools/macho-dump/
H A Dmacho-dump.cpp101 E = Obj.getSectionRelEnd(Index); I != E; I.increment(EC), ++RelNum) {
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp833 MachOObjectFile::getSectionRelEnd(DataRefImpl Sec) const { function in class:llvm::object::MachOObjectFile
1332 relocation_iterator MachOObjectFile::getSectionRelEnd(unsigned Index) const { function in class:llvm::object::MachOObjectFile
1335 return getSectionRelEnd(DRI);
H A DCOFFObjectFile.cpp420 relocation_iterator COFFObjectFile::getSectionRelEnd(DataRefImpl Sec) const { function in class:COFFObjectFile

Completed in 141 milliseconds