Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Object/
H A DXCOFFObjectFile.cpp102 void XCOFFObjectFile::checkSectionAddress(uintptr_t Addr, in checkSectionAddress() function in llvm::object::XCOFFObjectFile
120 checkSectionAddress(Ref.p, getSectionHeaderTableAddress()); in toSection32()
129 checkSectionAddress(Ref.p, getSectionHeaderTableAddress()); in toSection64()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h490 void checkSectionAddress(uintptr_t Addr, uintptr_t TableAddr) const;