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

  /external/lldb/source/Plugins/SymbolFile/DWARF/
HashedNameToDIE.h 28 struct DWARFMappedHash
584 class MemoryTable : public MappedHash::MemoryTable<uint32_t, DWARFMappedHash::Header, DIEInfoArray>
854 DWARFMappedHash::ExtractDIEArray (die_info_array, die_offsets);
865 DWARFMappedHash::ExtractDIEArray (die_info_array, tag, die_offsets);
877 DWARFMappedHash::ExtractDIEArray (die_info_array, tag, qualified_name_hash, die_offsets);
    [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();
353 // apple_types->ForEach([this, &type_set, apple_types, type_mask](const DWARFMappedHash::DIEInfoArray &die_info_array) -> bool {
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...]

Completed in 569 milliseconds