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

/external/llvm/include/llvm/Object/
H A DCOFF.h136 virtual relocation_iterator getSectionRelEnd(DataRefImpl Sec) const;
H A DMachO.h82 virtual relocation_iterator getSectionRelEnd(DataRefImpl Sec) const;
H A DObjectFile.h320 virtual relocation_iterator getSectionRelEnd(DataRefImpl Sec) const = 0;
521 return OwningObject->getSectionRelEnd(SectionPimpl);
H A DELF.h566 virtual relocation_iterator getSectionRelEnd(DataRefImpl Sec) const;
1206 ::getSectionRelEnd(DataRefImpl Sec) const { function in class:llvm::object::ELFObjectFile
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp407 relocation_iterator COFFObjectFile::getSectionRelEnd(DataRefImpl Sec) const { function in class:COFFObjectFile
H A DMachOObjectFile.cpp650 relocation_iterator MachOObjectFile::getSectionRelEnd(DataRefImpl Sec) const { function in class:llvm::object::MachOObjectFile

Completed in 855 milliseconds