| 47 | typedef void (*ExceptionHandlerFn)(); |
| 48 | |
| 49 | CCodeGenerator() {} |
| 50 | virtual ~CCodeGenerator() {} |
| 51 | |
| 52 | virtual void Initialise( u32 entry_address, u32 exit_address, u32 * hit_counter, const void * p_base, const SRegisterUsageInfo & register_usage ) = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected