| 1894 | } |
| 1895 | |
| 1896 | bool valid() const noexcept |
| 1897 | { |
| 1898 | return m_runtimeFunction && m_runtimeFunction->BeginAddress; |
| 1899 | } |
| 1900 | |
| 1901 | bool operator == (const RuntimeFunctionEntry& entry) const noexcept |
| 1902 | { |
nothing calls this directly
no outgoing calls
no test coverage detected