Searched refs:MemoryTable (Results 1 – 5 of 5) sorted by relevance
25 Module &module, std::unique_ptr<DWARFMappedHash::MemoryTable> apple_names, in AppleDWARFIndex()26 std::unique_ptr<DWARFMappedHash::MemoryTable> apple_namespaces, in AppleDWARFIndex()27 std::unique_ptr<DWARFMappedHash::MemoryTable> apple_types, in AppleDWARFIndex()28 std::unique_ptr<DWARFMappedHash::MemoryTable> apple_objc) in AppleDWARFIndex()57 std::unique_ptr<DWARFMappedHash::MemoryTable> m_apple_names_up;58 std::unique_ptr<DWARFMappedHash::MemoryTable> m_apple_namespaces_up;59 std::unique_ptr<DWARFMappedHash::MemoryTable> m_apple_types_up;60 std::unique_ptr<DWARFMappedHash::MemoryTable> m_apple_objc_up;
350 DWARFMappedHash::MemoryTable::MemoryTable( in MemoryTable() function in DWARFMappedHash::MemoryTable357 DWARFMappedHash::MemoryTable::GetStringForKeyType(KeyType key) const { in GetStringForKeyType()379 DWARFMappedHash::MemoryTable::Result380 DWARFMappedHash::MemoryTable::GetHashDataForName( in GetHashDataForName()448 DWARFMappedHash::MemoryTable::Result449 DWARFMappedHash::MemoryTable::AppendHashDataForRegularExpression( in AppendHashDataForRegularExpression()509 size_t DWARFMappedHash::MemoryTable::AppendAllDIEsThatMatchingRegex( in AppendAllDIEsThatMatchingRegex()541 size_t DWARFMappedHash::MemoryTable::AppendAllDIEsInRange( in AppendAllDIEsInRange()571 size_t DWARFMappedHash::MemoryTable::FindByName(llvm::StringRef name, in FindByName()601 size_t DWARFMappedHash::MemoryTable::FindCompleteObjCClassByName( in FindCompleteObjCClassByName()[all …]
26 auto apple_names_table_up = llvm::make_unique<DWARFMappedHash::MemoryTable>( in Create()32 llvm::make_unique<DWARFMappedHash::MemoryTable>( in Create()37 auto apple_types_table_up = llvm::make_unique<DWARFMappedHash::MemoryTable>( in Create()42 auto apple_objc_table_up = llvm::make_unique<DWARFMappedHash::MemoryTable>( in Create()
114 class MemoryTable115 : public MappedHash::MemoryTable<uint32_t, DWARFMappedHash::Header,118 MemoryTable(lldb_private::DWARFDataExtractor &table_data,
143 class MemoryTable {164 MemoryTable(lldb_private::DataExtractor &data) in MemoryTable() function178 virtual ~MemoryTable() = default;