Added ContiguousStatement::AddressRange() for cheaper address range access.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31173 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
704e25ea2d
commit
21821017e7
@ -49,6 +49,9 @@ public:
|
||||
const SourceLocation& end,
|
||||
const TargetAddressRange& range);
|
||||
|
||||
const TargetAddressRange& AddressRange() const
|
||||
{ return fRange; }
|
||||
|
||||
virtual TargetAddressRange CoveringAddressRange() const;
|
||||
|
||||
virtual int32 CountAddressRanges() const;
|
||||
|
Loading…
Reference in New Issue
Block a user