| 162 | } |
| 163 | |
| 164 | std::string_view BinaryReaderObjdumpBase::GetSectionName(Index index) const { |
| 165 | return objdump_state_->section_names.Get(index); |
| 166 | } |
| 167 | |
| 168 | std::string_view BinaryReaderObjdumpBase::GetTagName(Index index) const { |
| 169 | return objdump_state_->tag_names.Get(index); |