15 if (Addr >= Base +
getExtent() || Addr < Base)
17 *Byte = Bytes[Addr - Base];
24 uint64_t Offset = Addr - Base;
int readByte(uint64_t Addr, uint8_t *Byte) const LLVM_OVERRIDE
const char * data() const
int readBytes(uint64_t Addr, uint64_t Size, uint8_t *Buf) const LLVM_OVERRIDE
uint64_t getExtent() const LLVM_OVERRIDE