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

  /external/llvm/include/llvm/Support/
StreamableMemoryObject.h 32 /// the purpose of streaming). Instead, isValidAddress and isObjectEnd can be
94 /// isObjectEnd - Returns true if the address is one past the end of the
99 virtual bool isObjectEnd(uint64_t address) const = 0;
123 bool isObjectEnd(uint64_t address) const override;
  /external/llvm/lib/Support/
StreamableMemoryObject.cpp 39 bool isObjectEnd(uint64_t address) const override {
88 bool StreamingMemoryObject::isObjectEnd(uint64_t address) const {
  /external/llvm/include/llvm/Bitcode/
BitstreamReader.h 235 return BitStream->getBitcodeBytes().isObjectEnd(static_cast<uint64_t>(pos));

Completed in 318 milliseconds