Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DXCOFFObjectFile.cpp151 checkSectionAddress(Ref.p, getSectionHeaderTableAddress()); in toSection32()
160 checkSectionAddress(Ref.p, getSectionHeaderTableAddress()); in toSection64()
694 DRI.p = getSectionHeaderTableAddress(); in section_begin()
700 DRI.p = getWithOffset(getSectionHeaderTableAddress(), in section_end()
784 DRI.p = getWithOffset(getSectionHeaderTableAddress(), in getSectionByNum()
951 uintptr_t XCOFFObjectFile::getSectionHeaderTableAddress() const { in getSectionHeaderTableAddress() function in llvm::object::XCOFFObjectFile
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h539 uintptr_t getSectionHeaderTableAddress() const;