| 157 | } |
| 158 | |
| 159 | bool contains(const void* address) const { |
| 160 | return address >= _min_address && address < _max_address; |
| 161 | } |
| 162 | |
| 163 | void setTextBase(const char* text_base) { |
| 164 | _text_base = text_base; |
nothing calls this directly
no outgoing calls
no test coverage detected