mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-22 23:24:59 +00:00
Print the address space of a MachineMemOperand
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197288 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -134,6 +134,8 @@ public:
|
||||
/// number.
|
||||
int64_t getOffset() const { return PtrInfo.Offset; }
|
||||
|
||||
unsigned getAddrSpace() const { return PtrInfo.getAddrSpace(); }
|
||||
|
||||
/// getSize - Return the size in bytes of the memory reference.
|
||||
uint64_t getSize() const { return Size; }
|
||||
|
||||
|
Reference in New Issue
Block a user