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

References

tools/lldb/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.cpp
   24   auto apple_names_table_up = std::make_unique<DWARFMappedHash::MemoryTable>(
   30       std::make_unique<DWARFMappedHash::MemoryTable>(
   35   auto apple_types_table_up = std::make_unique<DWARFMappedHash::MemoryTable>(
   40   auto apple_objc_table_up = std::make_unique<DWARFMappedHash::MemoryTable>(
   65   DWARFMappedHash::DIEInfoArray hash_data;
   67     DWARFMappedHash::ExtractDIEArray(hash_data, offsets);
   75   DWARFMappedHash::DIEInfoArray hash_data;
   78     DWARFMappedHash::ExtractDIEArray(hash_data, offsets);
  109       DWARFMappedHash::eAtomTypeTag);
  112           DWARFMappedHash::eAtomTypeQualNameHash);
  173   DWARFMappedHash::DIEInfoArray hash_data;
  175     DWARFMappedHash::ExtractDIEArray(hash_data, offsets);
tools/lldb/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.h
   24       Module &module, std::unique_ptr<DWARFMappedHash::MemoryTable> apple_names,
   25       std::unique_ptr<DWARFMappedHash::MemoryTable> apple_namespaces,
   26       std::unique_ptr<DWARFMappedHash::MemoryTable> apple_types,
   27       std::unique_ptr<DWARFMappedHash::MemoryTable> apple_objc)
   55   std::unique_ptr<DWARFMappedHash::MemoryTable> m_apple_names_up;
   56   std::unique_ptr<DWARFMappedHash::MemoryTable> m_apple_namespaces_up;
   57   std::unique_ptr<DWARFMappedHash::MemoryTable> m_apple_types_up;
   58   std::unique_ptr<DWARFMappedHash::MemoryTable> m_apple_objc_up;
tools/lldb/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.cpp
  326 DWARFMappedHash::MemoryTable::Result
  395 DWARFMappedHash::MemoryTable::Result
  525     DWARFMappedHash::ExtractDIEArray(die_info_array, die_offsets);
  534     DWARFMappedHash::ExtractDIEArray(die_info_array, tag, die_offsets);
  543     DWARFMappedHash::ExtractDIEArray(die_info_array, tag, qualified_name_hash,
  556       DWARFMappedHash::ExtractTypesFromDIEArray(die_info_array, UINT32_MAX,
  565       DWARFMappedHash::ExtractClassOrStructDIEArray(
tools/lldb/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.h
  123       : public MappedHash::MemoryTable<uint32_t, DWARFMappedHash::Header,