HomeSort by: relevance | last modified time | path
    Searched refs:checkOffset (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
Binary.h 166 static Error checkOffset(MemoryBufferRef M, uintptr_t Addr,
ELFObjectFile.h 845 checkOffset(getMemoryBufferRef(),
  /src/external/apache2/llvm/dist/llvm/lib/Object/
XCOFFObjectFile.cpp 36 if (Error E = Binary::checkOffset(M, Addr, Size))
287 if (checkOffset(Data, reinterpret_cast<uintptr_t>(ContentStart), SectionSize))
690 if (Error E = Binary::checkOffset(
COFFObjectFile.cpp 61 if (Error E = Binary::checkOffset(M, Addr, Size))
106 assert(!checkOffset(Data, reinterpret_cast<uintptr_t>(Addr), sizeof(*Addr)));
381 if (auto E = Binary::checkOffset(M, reinterpret_cast<uintptr_t>(begin),
561 if (Error E = checkOffset(Data, IntPtr, DataEntry->Size))
1136 if (Error E = checkOffset(Data, ConStart, SectionSize))

Completed in 15 milliseconds