mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Add a 'getCount' method to get the number of elements in the subrange.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169215 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ee72115670
commit
69b1e71a3b
@ -144,6 +144,7 @@ namespace llvm {
|
||||
|
||||
uint64_t getLo() const { return getUInt64Field(1); }
|
||||
uint64_t getHi() const { return getUInt64Field(2); }
|
||||
int64_t getCount() const { return getInt64Field(3); }
|
||||
};
|
||||
|
||||
/// DIArray - This descriptor holds an array of descriptors.
|
||||
|
Loading…
Reference in New Issue
Block a user