forked from OSchip/llvm-project
parent
2d68810caf
commit
d46687f200
|
@ -296,6 +296,7 @@ public:
|
||||||
/// Compute the offset within the top level memory object.
|
/// Compute the offset within the top level memory object.
|
||||||
virtual RegionOffset getAsOffset() const {
|
virtual RegionOffset getAsOffset() const {
|
||||||
assert(0 && "unimplemented");
|
assert(0 && "unimplemented");
|
||||||
|
return RegionOffset(NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
MemRegionManager* getMemRegionManager() const;
|
MemRegionManager* getMemRegionManager() const;
|
||||||
|
|
Loading…
Reference in New Issue