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

/external/llvm/include/llvm/Object/
H A DMachO.h94 virtual relocation_iterator getSectionRelBegin(DataRefImpl Sec) const;
134 relocation_iterator getSectionRelBegin(unsigned Index) const;
H A DObjectFile.h325 virtual relocation_iterator getSectionRelBegin(DataRefImpl Sec) const = 0;
531 return OwningObject->getSectionRelBegin(SectionPimpl);
H A DCOFF.h242 virtual relocation_iterator getSectionRelBegin(DataRefImpl Sec) const;
H A DELF.h706 virtual relocation_iterator getSectionRelBegin(DataRefImpl Sec) const;
1435 ELFObjectFile<ELFT>::getSectionRelBegin(DataRefImpl Sec) const { function in class:llvm::object::ELFObjectFile
/external/llvm/tools/macho-dump/
H A Dmacho-dump.cpp100 for (relocation_iterator I = Obj.getSectionRelBegin(Index),
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp817 relocation_iterator MachOObjectFile::getSectionRelBegin(DataRefImpl Sec) const { function in class:llvm::object::MachOObjectFile
1326 relocation_iterator MachOObjectFile::getSectionRelBegin(unsigned Index) const { function in class:llvm::object::MachOObjectFile
1329 return getSectionRelBegin(DRI);
H A DCOFFObjectFile.cpp409 relocation_iterator COFFObjectFile::getSectionRelBegin(DataRefImpl Sec) const { function in class:COFFObjectFile

Completed in 89 milliseconds