MCPcopy Create free account
hub / github.com/N64Recomp/N64Recomp / FunctionStats

Class FunctionStats

src/analysis.h:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected