Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp139 void XCOFFObjectFile::checkSectionAddress(uintptr_t Addr, in checkSectionAddress() function in llvm::object::XCOFFObjectFile
157 checkSectionAddress(Ref.p, getSectionHeaderTableAddress()); in toSection32()
166 checkSectionAddress(Ref.p, getSectionHeaderTableAddress()); in toSection64()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h578 void checkSectionAddress(uintptr_t Addr, uintptr_t TableAddr) const;