Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp158 checkSectionAddress(Ref.p, getSectionHeaderTableAddress()); in toSection32()
167 checkSectionAddress(Ref.p, getSectionHeaderTableAddress()); in toSection64()
713 DRI.p = getSectionHeaderTableAddress(); in section_begin()
719 DRI.p = getWithOffset(getSectionHeaderTableAddress(), in section_end()
805 DRI.p = getWithOffset(getSectionHeaderTableAddress(), in getSectionByNum()
972 uintptr_t XCOFFObjectFile::getSectionHeaderTableAddress() const { in getSectionHeaderTableAddress() function in llvm::object::XCOFFObjectFile
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h556 uintptr_t getSectionHeaderTableAddress() const;