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

/macosx-10.10/llvmCore-3425.0.34/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.h321 virtual relocation_iterator getSectionRelBegin(DataRefImpl Sec) const = 0;
519 return OwningObject->getSectionRelBegin(SectionPimpl);
H A DELF.h616 virtual relocation_iterator getSectionRelBegin(DataRefImpl Sec) const;
1286 ::getSectionRelBegin(DataRefImpl Sec) const { function in class:llvm::object::ELFObjectFile
/macosx-10.10/llvmCore-3425.0.34/lib/Object/
H A DCOFFObjectFile.cpp394 relocation_iterator COFFObjectFile::getSectionRelBegin(DataRefImpl Sec) const { function in class:COFFObjectFile
H A DMachOObjectFile.cpp653 relocation_iterator MachOObjectFile::getSectionRelBegin(DataRefImpl Sec) const { function in class:llvm::object::MachOObjectFile

Completed in 187 milliseconds