mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-27 06:54:30 +00:00
Add a 'getCount' method to get the number of elements in the subrange.
llvm-svn: 169215
This commit is contained in:
parent
3e68d7d342
commit
71a12c0ef7
@ -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…
x
Reference in New Issue
Block a user