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

References

tools/lldb/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.cpp
  314   const uint32_t count = m_data.GetU32(&offset);
  318       if (!m_header.Read(m_data, &offset, hash_data[i]))
  330   pair.key = m_data.GetU32(hash_data_offset_ptr);
  346   const uint32_t count = m_data.GetU32(hash_data_offset_ptr);
  349   if (count > 0 && m_data.ValidOffsetForDataOfSize(*hash_data_offset_ptr,
  368         if (m_header.Read(m_data, hash_data_offset_ptr, die_info)) {
  399   pair.key = m_data.GetU32(hash_data_offset_ptr);
  411   const uint32_t count = m_data.GetU32(hash_data_offset_ptr);
  414   if (count > 0 && m_data.ValidOffsetForDataOfSize(*hash_data_offset_ptr,
  429         if (m_header.Read(m_data, hash_data_offset_ptr, die_info)) {
  496       KeyType key = m_data.GetU32(&hash_data_offset);
  502       const uint32_t count = m_data.GetU32(&hash_data_offset);
  505         if (m_header.Read(m_data, &hash_data_offset, die_info)) {