| 47 | uint64_t address() const { return m_address; } |
| 48 | uint64_t endAddress() const { return m_address + m_size; } |
| 49 | size_t size() const { return m_size; } |
| 50 | std::string name() const { return m_name; } |
| 51 | std::string path() const { return m_path; } |
| 52 | bool operator==(const ModuleItem& other) const; |
no outgoing calls
no test coverage detected