HomeSort by relevance Sort by last modified time
    Searched refs:MemoryTable (Results 1 - 4 of 4) sorted by null

  /external/lldb/source/Plugins/SymbolFile/DWARF/
HashedNameToDIE.h 584 class MemoryTable : public MappedHash::MemoryTable<uint32_t, DWARFMappedHash::Header, DIEInfoArray>
588 MemoryTable (lldb_private::DataExtractor &table_data,
591 MappedHash::MemoryTable<uint32_t, Header, DIEInfoArray> (table_data),
599 ~MemoryTable ()
    [all...]
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;
SymbolFileDWARF.cpp 350 // DWARFMappedHash::MemoryTable *apple_types = m_apple_types_ap.get();
558 m_apple_names_ap.reset (new DWARFMappedHash::MemoryTable (m_data_apple_names, get_debug_str_data(), ".apple_names"));
567 m_apple_types_ap.reset (new DWARFMappedHash::MemoryTable (m_data_apple_types, get_debug_str_data(), ".apple_types"));
577 m_apple_namespaces_ap.reset (new DWARFMappedHash::MemoryTable (m_data_apple_namespaces, get_debug_str_data(), ".apple_namespaces"));
587 m_apple_objc_ap.reset (new DWARFMappedHash::MemoryTable (m_data_apple_objc, get_debug_str_data(), ".apple_objc"));
    [all...]
  /external/lldb/include/lldb/Core/
MappedHash.h 355 class MemoryTable
376 MemoryTable (lldb_private::DataExtractor &data) :
392 ~MemoryTable ()

Completed in 34 milliseconds