| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected