| 492 | } |
| 493 | |
| 494 | void BinaryReaderObjdumpPrepass::SetTableName(Index index, |
| 495 | std::string_view name) { |
| 496 | objdump_state_->table_names.Set(index, name); |
| 497 | } |
| 498 | |
| 499 | void BinaryReaderObjdumpPrepass::SetSegmentName(Index index, |
| 500 | std::string_view name) { |