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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h228 const XCOFFSectionHeader64 *sectionHeaderTable64() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp140 XCOFFObjectFile::sectionHeaderTable64() const { function in class:llvm::object::XCOFFObjectFile
255 return toSection64(Sec) - sectionHeaderTable64() + 1;
613 const XCOFFSectionHeader64 *TablePtr = sectionHeaderTable64();

Completed in 113 milliseconds