| 476 | } |
| 477 | |
| 478 | void BinaryReaderObjdumpPrepass::SetGlobalName(Index index, |
| 479 | std::string_view name) { |
| 480 | objdump_state_->global_names.Set(index, name); |
| 481 | } |
| 482 | |
| 483 | void BinaryReaderObjdumpPrepass::SetLocalName(Index function_index, |
| 484 | Index local_index, |