Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
HDXCOFFObjectFile.cpp78 void XCOFFObjectFile::checkSectionAddress(uintptr_t Addr, in checkSectionAddress() function in llvm::object::XCOFFObjectFile
96 checkSectionAddress(Ref.p, getSectionHeaderTableAddress()); in toSection32()
105 checkSectionAddress(Ref.p, getSectionHeaderTableAddress()); in toSection64()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDXCOFFObjectFile.h247 void checkSectionAddress(uintptr_t Addr, uintptr_t TableAddr) const;