Searched refs:isObjectEnd (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/contrib/llvm/include/llvm/Support/
H A DStreamableMemoryObject.h30 /// the purpose of streaming). Instead, isValidAddress and isObjectEnd can be
93 /// isObjectEnd - Returns true if the address is one past the end of the
98 virtual bool isObjectEnd(uint64_t address) const = 0;
124 virtual bool isObjectEnd(uint64_t address) const LLVM_OVERRIDE;
/freebsd-10.3-release/contrib/llvm/lib/Support/
H A DStreamableMemoryObject.cpp40 virtual bool isObjectEnd(uint64_t address) const LLVM_OVERRIDE {
89 bool StreamingMemoryObject::isObjectEnd(uint64_t address) const { function in class:llvm::StreamingMemoryObject
/freebsd-10.3-release/contrib/llvm/include/llvm/Bitcode/
H A DBitstreamReader.h236 return BitStream->getBitcodeBytes().isObjectEnd(static_cast<uint64_t>(pos));

Completed in 99 milliseconds