| 59 | CacheRegion& operator=(CacheRegion&& other) noexcept = default; |
| 60 | |
| 61 | AddressRange AsAddressRange() const { return {start, start + size}; } |
| 62 | |
| 63 | BNSectionSemantics SectionSemanticsForRegion() const |
| 64 | { |
no outgoing calls
no test coverage detected