Searched refs:qualified_name_hash (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DHashedNameToDIE.h62 uint32_t qualified_name_hash = 0; member in struct:DWARFMappedHash::DIEInfo
150 const uint32_t qualified_name_hash, DIEArray &die_offsets);
181 const uint32_t qualified_name_hash,
H A DHashedNameToDIE.cpp42 const uint32_t qualified_name_hash,
49 if (qualified_name_hash != die_info_array[i].qualified_name_hash)
122 : die_offset(o), tag(t), type_flags(f), qualified_name_hash(h) {}
286 hash_data.qualified_name_hash = form_value.Unsigned();
540 const uint32_t qualified_name_hash, DIEArray &die_offsets) {
543 DWARFMappedHash::ExtractDIEArray(die_info_array, tag, qualified_name_hash,
40 ExtractDIEArray(const DIEInfoArray &die_info_array, const dw_tag_t tag, const uint32_t qualified_name_hash, DIEArray &die_offsets) argument
538 FindByNameAndTagAndQualifiedNameHash( llvm::StringRef name, const dw_tag_t tag, const uint32_t qualified_name_hash, DIEArray &die_offsets) argument
H A DAppleDWARFIndex.cpp118 const uint32_t qualified_name_hash = llvm::djbHash(qualified_name); local
122 type_name.GetStringRef(), tag, qualified_name_hash, offsets);

Completed in 103 milliseconds