mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-14 11:39:35 +00:00
Added a method to ElementRegion.
llvm-svn: 58020
This commit is contained in:
parent
5c407d9a9b
commit
e7104dcab6
@ -273,6 +273,8 @@ class ElementRegion : public SubRegion {
|
||||
|
||||
public:
|
||||
|
||||
SVal getIndex() const { return Index; }
|
||||
|
||||
void Profile(llvm::FoldingSetNodeID& ID) const;
|
||||
|
||||
static bool classof(const MemRegion* R) {
|
||||
|
Loading…
Reference in New Issue
Block a user