Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Object/
H A DXCOFFObjectFile.cpp120 checkSectionAddress(Ref.p, getSectionHeaderTableAddress()); in toSection32()
129 checkSectionAddress(Ref.p, getSectionHeaderTableAddress()); in toSection64()
646 DRI.p = getSectionHeaderTableAddress(); in section_begin()
652 DRI.p = getWithOffset(getSectionHeaderTableAddress(), in section_end()
736 DRI.p = getWithOffset(getSectionHeaderTableAddress(), in getSectionByNum()
887 uintptr_t XCOFFObjectFile::getSectionHeaderTableAddress() const { in getSectionHeaderTableAddress() function in llvm::object::XCOFFObjectFile
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h463 uintptr_t getSectionHeaderTableAddress() const;