Searched refs:checkOffset (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
| H A D | Binary.h | 166 static Error checkOffset(MemoryBufferRef M, uintptr_t Addr, in checkOffset() function
|
| H A D | ELFObjectFile.h | 845 checkOffset(getMemoryBufferRef(), in getSectionContents()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
| H A D | XCOFFObjectFile.cpp | 36 if (Error E = Binary::checkOffset(M, Addr, Size)) in getObject() 287 if (checkOffset(Data, reinterpret_cast<uintptr_t>(ContentStart), SectionSize)) in getSectionContents() 690 if (Error E = Binary::checkOffset( in parseStringTable()
|
| H A D | COFFObjectFile.cpp | 61 if (Error E = Binary::checkOffset(M, Addr, Size)) in getObject() 106 assert(!checkOffset(Data, reinterpret_cast<uintptr_t>(Addr), sizeof(*Addr))); in toSymb() 381 if (auto E = Binary::checkOffset(M, reinterpret_cast<uintptr_t>(begin), in getFirstReloc() 561 if (Error E = checkOffset(Data, IntPtr, DataEntry->Size)) in initImportTablePtr() 1136 if (Error E = checkOffset(Data, ConStart, SectionSize)) in getSectionContents()
|