Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DXCOFFObjectFile.cpp204 XCOFFObjectFile::sectionHeaderTable64() const { in sectionHeaderTable64() function in llvm::object::XCOFFObjectFile
383 return toSection64(Sec) - sectionHeaderTable64() + 1; in getSectionIndex()
570 const XCOFFSectionHeader64 *Sec64 = sectionHeaderTable64(); in getRelocationOffset()
966 const XCOFFSectionHeader64 *TablePtr = sectionHeaderTable64(); in sections64()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h531 const XCOFFSectionHeader64 *sectionHeaderTable64() const;