HomeSort by relevance Sort by last modified time
    Searched defs:isValidOffset (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Support/
DataExtractor.h 338 bool isValidOffset(uint32_t offset) const { return Data.size() > offset; }
346 return offset + length >= offset && isValidOffset(offset + length - 1);
  /frameworks/compile/mclinker/lib/LD/
Layout.cpp 390 if (!isValidOffset(*front, target_offset))
660 bool Layout::isValidOffset(const llvm::MCFragment& pFrag, uint64_t pTargetOffset) const
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp     [all...]

Completed in 776 milliseconds