| 12 | uint32_t instruction_vram; |
| 13 | |
| 14 | AbsoluteJump(uint32_t jump_target, uint32_t instruction_vram) : jump_target(jump_target), instruction_vram(instruction_vram) {} |
| 15 | }; |
| 16 | |
| 17 | struct FunctionStats { |
nothing calls this directly
no outgoing calls
no test coverage detected