| 148 | } |
| 149 | |
| 150 | std::string_view BinaryReaderObjdumpBase::GetFunctionName(Index index) const { |
| 151 | return objdump_state_->function_names.Get(index); |
| 152 | } |
| 153 | |
| 154 | std::string_view BinaryReaderObjdumpBase::GetGlobalName(Index index) const { |
| 155 | return objdump_state_->global_names.Get(index); |