Home
last modified time | relevance | path

Searched refs:getSectionHeaderTableAddress (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DXCOFFObjectFile.cpp104 checkSectionAddress(Ref.p, getSectionHeaderTableAddress()); in toSection32()
113 checkSectionAddress(Ref.p, getSectionHeaderTableAddress()); in toSection64()
423 DRI.p = getSectionHeaderTableAddress(); in section_begin()
429 DRI.p = getWithOffset(getSectionHeaderTableAddress(), in section_end()
498 DRI.p = getWithOffset(getSectionHeaderTableAddress(), in getSectionByNum()
617 uintptr_t XCOFFObjectFile::getSectionHeaderTableAddress() const { in getSectionHeaderTableAddress() function in llvm::object::XCOFFObjectFile
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h237 uintptr_t getSectionHeaderTableAddress() const;