reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.cpp
  330   pair.key = m_data.GetU32(hash_data_offset_ptr);
  342     *hash_data_offset_ptr = UINT32_MAX;
  346   const uint32_t count = m_data.GetU32(hash_data_offset_ptr);
  349   if (count > 0 && m_data.ValidOffsetForDataOfSize(*hash_data_offset_ptr,
  361       *hash_data_offset_ptr += min_total_hash_data_size;
  368         if (m_header.Read(m_data, hash_data_offset_ptr, die_info)) {
  374           *hash_data_offset_ptr = UINT32_MAX;
  390     *hash_data_offset_ptr = UINT32_MAX;