Home
last modified time | relevance | path

Searched refs:DWARFMappedHash (Results 1 – 3 of 3) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
DHashedNameToDIE.h28 struct DWARFMappedHash struct
584 …class MemoryTable : public MappedHash::MemoryTable<uint32_t, DWARFMappedHash::Header, DIEInfoArray>
854 DWARFMappedHash::ExtractDIEArray (die_info_array, die_offsets); in FindByName() argument
865 DWARFMappedHash::ExtractDIEArray (die_info_array, tag, die_offsets); in FindByNameAndTag() argument
877DWARFMappedHash::ExtractDIEArray (die_info_array, tag, qualified_name_hash, die_offsets); in FindByNameAndTagAndQualifiedNameHash() argument
892 DWARFMappedHash::ExtractTypesFromDIEArray (die_info_array, in FindCompleteObjCClassByName() argument
904 DWARFMappedHash::ExtractClassOrStructDIEArray (die_info_array, in FindCompleteObjCClassByName()
DSymbolFileDWARF.h419 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;
DSymbolFileDWARF.cpp558 …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()
3238 DWARFMappedHash::DIEInfoArray hash_data_array; in FindGlobalVariables()
3240 DWARFMappedHash::ExtractDIEArray (hash_data_array, die_offsets); in FindGlobalVariables()
3383 const DWARFMappedHash::MemoryTable &memory_table, in FindFunctions()
3387 DWARFMappedHash::DIEInfoArray hash_data_array; in FindFunctions()
3390 DWARFMappedHash::ExtractDIEArray (hash_data_array, die_offsets); in FindFunctions()
5014 …ol has_tag = m_apple_types_ap->GetHeader().header_data.ContainsAtom (DWARFMappedHash::eAtomTypeTag… in FindDefinitionTypeForDIE()
[all …]