Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Object/
DObjectFile.h250 virtual relocation_iterator getSectionRelBegin(DataRefImpl Sec) const = 0;
407 return OwningObject->getSectionRelBegin(SectionPimpl); in begin_relocations()
DMachO.h63 virtual relocation_iterator getSectionRelBegin(DataRefImpl Sec) const;
DCOFF.h116 virtual relocation_iterator getSectionRelBegin(DataRefImpl Sec) const;
/external/swiftshader/third_party/LLVM/lib/Object/
DCOFFObjectFile.cpp383 relocation_iterator COFFObjectFile::getSectionRelBegin(DataRefImpl Sec) const { in getSectionRelBegin() function in COFFObjectFile
DELFObjectFile.cpp347 virtual relocation_iterator getSectionRelBegin(DataRefImpl Sec) const;
759 ::getSectionRelBegin(DataRefImpl Sec) const { in getSectionRelBegin() function in ELFObjectFile
DMachOObjectFile.cpp484 relocation_iterator MachOObjectFile::getSectionRelBegin(DataRefImpl Sec) const { in getSectionRelBegin() function in llvm::object::MachOObjectFile