| 1940 | |
| 1941 | |
| 1942 | bool BinaryView::IsOffsetBackedByFile(uint64_t offset) const |
| 1943 | { |
| 1944 | return BNIsOffsetBackedByFile(m_object, offset); |
| 1945 | } |
| 1946 | |
| 1947 | |
| 1948 | bool BinaryView::IsOffsetCodeSemantics(uint64_t offset) const |
no outgoing calls
no test coverage detected