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;
306 DWARFMappedHash::MemoryTable::MemoryTable( in MemoryTable() function in DWARFMappedHash::MemoryTable335 DWARFMappedHash::MemoryTable::Result336 DWARFMappedHash::MemoryTable::GetHashDataForName( in GetHashDataForName()404 DWARFMappedHash::MemoryTable::Result405 DWARFMappedHash::MemoryTable::AppendHashDataForRegularExpression( in AppendHashDataForRegularExpression()465 void DWARFMappedHash::MemoryTable::AppendAllDIEsThatMatchingRegex( in AppendAllDIEsThatMatchingRegex()496 void DWARFMappedHash::MemoryTable::AppendAllDIEsInRange( in AppendAllDIEsInRange()525 bool DWARFMappedHash::MemoryTable::FindByName( in FindByName()535 void DWARFMappedHash::MemoryTable::FindByNameAndTag( in FindByNameAndTag()553 void DWARFMappedHash::MemoryTable::FindCompleteObjCClassByName( in FindCompleteObjCClassByName()[all …]
25 auto apple_names_table_up = std::make_unique<DWARFMappedHash::MemoryTable>( in Create()31 std::make_unique<DWARFMappedHash::MemoryTable>( in Create()36 auto apple_types_table_up = std::make_unique<DWARFMappedHash::MemoryTable>( in Create()41 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;