| 156 | } |
| 157 | |
| 158 | std::string_view BinaryReaderObjdumpBase::GetLocalName( |
| 159 | Index function_index, |
| 160 | Index local_index) const { |
| 161 | return objdump_state_->local_names.Get(function_index, local_index); |
| 162 | } |
| 163 | |
| 164 | std::string_view BinaryReaderObjdumpBase::GetSectionName(Index index) const { |
| 165 | return objdump_state_->section_names.Get(index); |