Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp151 checkSectionAddress(Ref.p, getSectionHeaderTableAddress()); in toSection32()
160 checkSectionAddress(Ref.p, getSectionHeaderTableAddress()); in toSection64()
702 DRI.p = getSectionHeaderTableAddress(); in section_begin()
708 DRI.p = getWithOffset(getSectionHeaderTableAddress(), in section_end()
792 DRI.p = getWithOffset(getSectionHeaderTableAddress(), in getSectionByNum()
959 uintptr_t XCOFFObjectFile::getSectionHeaderTableAddress() const { in getSectionHeaderTableAddress() function in llvm::object::XCOFFObjectFile
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h542 uintptr_t getSectionHeaderTableAddress() const;