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

/external/llvm/include/llvm/Object/
H A DCOFF.h135 virtual relocation_iterator getSectionRelBegin(DataRefImpl Sec) const;
H A DMachO.h81 virtual relocation_iterator getSectionRelBegin(DataRefImpl Sec) const;
H A DObjectFile.h319 virtual relocation_iterator getSectionRelBegin(DataRefImpl Sec) const = 0;
517 return OwningObject->getSectionRelBegin(SectionPimpl);
H A DELF.h565 virtual relocation_iterator getSectionRelBegin(DataRefImpl Sec) const;
1192 ::getSectionRelBegin(DataRefImpl Sec) const { function in class:llvm::object::ELFObjectFile
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp396 relocation_iterator COFFObjectFile::getSectionRelBegin(DataRefImpl Sec) const { function in class:COFFObjectFile
H A DMachOObjectFile.cpp645 relocation_iterator MachOObjectFile::getSectionRelBegin(DataRefImpl Sec) const { function in class:llvm::object::MachOObjectFile

Completed in 45 milliseconds