| 252 | } // namespace win |
| 253 | |
| 254 | struct forwarded_hashes { |
| 255 | unsigned module_hash; |
| 256 | unsigned function_hash; |
| 257 | }; |
| 258 | |
| 259 | // 64 bit integer where 32 bits are used for the hash offset |
| 260 | // and remaining 32 bits are used for the hash computed using it |
nothing calls this directly
no outgoing calls
no test coverage detected