Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp157 checkSectionAddress(Ref.p, getSectionHeaderTableAddress()); in toSection32()
166 checkSectionAddress(Ref.p, getSectionHeaderTableAddress()); in toSection64()
708 DRI.p = getSectionHeaderTableAddress(); in section_begin()
714 DRI.p = getWithOffset(getSectionHeaderTableAddress(), in section_end()
800 DRI.p = getWithOffset(getSectionHeaderTableAddress(), in getSectionByNum()
967 uintptr_t XCOFFObjectFile::getSectionHeaderTableAddress() const { in getSectionHeaderTableAddress() function in llvm::object::XCOFFObjectFile
/src/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h549 uintptr_t getSectionHeaderTableAddress() const;