Searched refs:MemoryTable (Results 1 – 5 of 5) sorted by relevance
24 Module &module, std::unique_ptr<DWARFMappedHash::MemoryTable> apple_names, in AppleDWARFIndex()25 std::unique_ptr<DWARFMappedHash::MemoryTable> apple_namespaces, in AppleDWARFIndex()26 std::unique_ptr<DWARFMappedHash::MemoryTable> apple_types, in AppleDWARFIndex()27 std::unique_ptr<DWARFMappedHash::MemoryTable> apple_objc) in AppleDWARFIndex()65 std::unique_ptr<DWARFMappedHash::MemoryTable> m_apple_names_up;66 std::unique_ptr<DWARFMappedHash::MemoryTable> m_apple_namespaces_up;67 std::unique_ptr<DWARFMappedHash::MemoryTable> m_apple_types_up;68 std::unique_ptr<DWARFMappedHash::MemoryTable> m_apple_objc_up;
304 DWARFMappedHash::MemoryTable::MemoryTable( in MemoryTable() function in DWARFMappedHash::MemoryTable333 DWARFMappedHash::MemoryTable::Result334 DWARFMappedHash::MemoryTable::GetHashDataForName( in GetHashDataForName()402 DWARFMappedHash::MemoryTable::Result403 DWARFMappedHash::MemoryTable::AppendHashDataForRegularExpression( in AppendHashDataForRegularExpression()463 void DWARFMappedHash::MemoryTable::AppendAllDIEsThatMatchingRegex( in AppendAllDIEsThatMatchingRegex()494 void DWARFMappedHash::MemoryTable::AppendAllDIEsInRange( in AppendAllDIEsInRange()523 bool DWARFMappedHash::MemoryTable::FindByName( in FindByName()533 void DWARFMappedHash::MemoryTable::FindByNameAndTag( in FindByNameAndTag()551 void DWARFMappedHash::MemoryTable::FindCompleteObjCClassByName( in FindCompleteObjCClassByName()[all …]
24 auto apple_names_table_up = std::make_unique<DWARFMappedHash::MemoryTable>( in Create()30 std::make_unique<DWARFMappedHash::MemoryTable>( in Create()35 auto apple_types_table_up = std::make_unique<DWARFMappedHash::MemoryTable>( in Create()40 auto apple_objc_table_up = std::make_unique<DWARFMappedHash::MemoryTable>( in Create()
122 class MemoryTable123 : public MappedHash::MemoryTable<uint32_t, DWARFMappedHash::Header,126 MemoryTable(lldb_private::DWARFDataExtractor &table_data,
140 class MemoryTable {161 MemoryTable(lldb_private::DataExtractor &data) in MemoryTable() function175 virtual ~MemoryTable() = default;