Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Object/
DObjectFile.h251 virtual relocation_iterator getSectionRelEnd(DataRefImpl Sec) const = 0;
411 return OwningObject->getSectionRelEnd(SectionPimpl); in end_relocations()
DMachO.h64 virtual relocation_iterator getSectionRelEnd(DataRefImpl Sec) const;
DCOFF.h117 virtual relocation_iterator getSectionRelEnd(DataRefImpl Sec) const;
/external/swiftshader/third_party/LLVM/lib/Object/
DCOFFObjectFile.cpp395 relocation_iterator COFFObjectFile::getSectionRelEnd(DataRefImpl Sec) const { in getSectionRelEnd() function in COFFObjectFile
DELFObjectFile.cpp348 virtual relocation_iterator getSectionRelEnd(DataRefImpl Sec) const;
774 ::getSectionRelEnd(DataRefImpl Sec) const { in getSectionRelEnd() function in ELFObjectFile
DMachOObjectFile.cpp490 relocation_iterator MachOObjectFile::getSectionRelEnd(DataRefImpl Sec) const { in getSectionRelEnd() function in llvm::object::MachOObjectFile