| 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); |
no outgoing calls
no test coverage detected