| 216 | } |
| 217 | |
| 218 | N64Recomp::ReferenceJumpDetails N64Recomp::LiveGeneratorOutput::get_reference_symbol_jump_details(size_t jump_index) { |
| 219 | return reference_symbol_jumps[jump_index].first; |
| 220 | } |
| 221 | |
| 222 | void N64Recomp::LiveGeneratorOutput::populate_import_symbol_jumps(size_t import_index, recomp_func_t* func) { |
| 223 | auto find_range = import_jumps_by_index.equal_range(import_index); |
nothing calls this directly
no outgoing calls
no test coverage detected