| 15 | }; |
| 16 | |
| 17 | struct FunctionStats { |
| 18 | std::vector<JumpTable> jump_tables; |
| 19 | }; |
| 20 | |
| 21 | bool analyze_function(const Context& context, const Function& function, const std::vector<rabbitizer::InstructionCpu>& instructions, FunctionStats& stats); |
| 22 | } |
nothing calls this directly
no outgoing calls
no test coverage detected