15 #ifndef LLVM_SUPPORT_STRINGREFMEMORYOBJECT_H
16 #define LLVM_SUPPORT_STRINGREFMEMORYOBJECT_H
30 : Bytes(Bytes), Base(Base) {}
size_t size() const
size - Get the string size.
int readByte(uint64_t Addr, uint8_t *Byte) const LLVM_OVERRIDE
uint64_t getBase() const LLVM_OVERRIDE
StringRefMemoryObject - Simple StringRef-backed MemoryObject.
int readBytes(uint64_t Addr, uint64_t Size, uint8_t *Buf) const LLVM_OVERRIDE
StringRefMemoryObject(StringRef Bytes, uint64_t Base=0)
uint64_t getExtent() const LLVM_OVERRIDE