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

Method is_regular_reference_section

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

Source from the content-addressed store, hash-verified

355 }
356
357 bool is_regular_reference_section(uint16_t section_index) const {
358 return section_index != SectionImport && section_index != SectionEvent;
359 }
360
361 bool find_reference_symbol(const std::string& symbol_name, SymbolReference& ref_out) const {
362 auto find_sym_it = reference_symbols_by_name.find(symbol_name);

Callers 3

process_instructionFunction · 0.80
mainFunction · 0.80
build_mod_contextFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected