HomeSort by relevance Sort by last modified time
    Searched refs:isValidAddress (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
87 /// isValidAddress - Returns true if the address is within the object
92 virtual bool isValidAddress(uint64_t address) const = 0;
122 bool isValidAddress(uint64_t address) const override;
  /external/llvm/lib/Support/
StreamableMemoryObject.cpp 36 bool isValidAddress(uint64_t address) const override {
83 bool StreamingMemoryObject::isValidAddress(uint64_t address) const {
  /external/llvm/include/llvm/Bitcode/
BitstreamReader.h 240 return pos == 0 || BitStream->getBitcodeBytes().isValidAddress(

Completed in 121 milliseconds