Searched refs:MemoryTable (Results 1 – 4 of 4) sorted by relevance
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | HashedNameToDIE.h | 584 …class MemoryTable : public MappedHash::MemoryTable<uint32_t, DWARFMappedHash::Header, DIEInfoArray> 588 MemoryTable (lldb_private::DataExtractor &table_data, in MemoryTable() function 591 MappedHash::MemoryTable<uint32_t, Header, DIEInfoArray> (table_data), in MemoryTable() 599 ~MemoryTable () in ~MemoryTable()
|
D | SymbolFileDWARF.h | 419 const DWARFMappedHash::MemoryTable &memory_table, 586 std::unique_ptr<DWARFMappedHash::MemoryTable> m_apple_names_ap; 587 std::unique_ptr<DWARFMappedHash::MemoryTable> m_apple_types_ap; 588 std::unique_ptr<DWARFMappedHash::MemoryTable> m_apple_namespaces_ap; 589 std::unique_ptr<DWARFMappedHash::MemoryTable> m_apple_objc_ap;
|
D | SymbolFileDWARF.cpp | 558 …m_apple_names_ap.reset (new DWARFMappedHash::MemoryTable (m_data_apple_names, get_debug_str_data()… in InitializeObject() 567 …m_apple_types_ap.reset (new DWARFMappedHash::MemoryTable (m_data_apple_types, get_debug_str_data()… in InitializeObject() 577 …m_apple_namespaces_ap.reset (new DWARFMappedHash::MemoryTable (m_data_apple_namespaces, get_debug_… in InitializeObject() 587 …m_apple_objc_ap.reset (new DWARFMappedHash::MemoryTable (m_data_apple_objc, get_debug_str_data(), … in InitializeObject() 3383 const DWARFMappedHash::MemoryTable &memory_table, in FindFunctions()
|
/external/lldb/include/lldb/Core/ |
D | MappedHash.h | 355 class MemoryTable 376 MemoryTable (lldb_private::DataExtractor &data) : in MemoryTable() function 392 ~MemoryTable () in ~MemoryTable()
|