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

Class Generator

include/recompiler/context.h:592–592  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

590 };
591
592 class Generator;
593 bool recompile_function(const Context& context, size_t function_index, std::ostream& output_file, std::span<std::vector<uint32_t>> static_funcs, bool tag_reference_relocs);
594 bool recompile_function_custom(Generator& generator, const Context& context, size_t function_index, std::ostream& output_file, std::span<std::vector<uint32_t>> static_funcs_out, bool tag_reference_relocs);
595

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected