| 471 | } |
| 472 | |
| 473 | void BinaryReaderObjdumpPrepass::SetFunctionName(Index index, |
| 474 | std::string_view name) { |
| 475 | objdump_state_->function_names.Set(index, name); |
| 476 | } |
| 477 | |
| 478 | void BinaryReaderObjdumpPrepass::SetGlobalName(Index index, |
| 479 | std::string_view name) { |