Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DMachO.h81 virtual relocation_iterator getSectionRelBegin(DataRefImpl Sec) const;
DObjectFile.h317 virtual relocation_iterator getSectionRelBegin(DataRefImpl Sec) const = 0;
515 return OwningObject->getSectionRelBegin(SectionPimpl); in begin_relocations()
DCOFF.h135 virtual relocation_iterator getSectionRelBegin(DataRefImpl Sec) const;
DELF.h558 virtual relocation_iterator getSectionRelBegin(DataRefImpl Sec) const;
1157 ::getSectionRelBegin(DataRefImpl Sec) const {
/external/llvm/lib/Object/
DCOFFObjectFile.cpp394 relocation_iterator COFFObjectFile::getSectionRelBegin(DataRefImpl Sec) const { in getSectionRelBegin() function in COFFObjectFile
DMachOObjectFile.cpp643 relocation_iterator MachOObjectFile::getSectionRelBegin(DataRefImpl Sec) const { in getSectionRelBegin() function in llvm::object::MachOObjectFile