Searched refs:hash_data (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DAppleDWARFIndex.cpp65 DWARFMappedHash::DIEInfoArray hash_data;
66 if (m_apple_names_up->AppendAllDIEsThatMatchingRegex(regex, hash_data))
67 DWARFMappedHash::ExtractDIEArray(hash_data, offsets);
75 DWARFMappedHash::DIEInfoArray hash_data;
77 cu.GetNextUnitOffset(), hash_data))
78 DWARFMappedHash::ExtractDIEArray(hash_data, offsets);
173 DWARFMappedHash::DIEInfoArray hash_data;
174 if (m_apple_names_up->AppendAllDIEsThatMatchingRegex(regex, hash_data))
175 DWARFMappedHash::ExtractDIEArray(hash_data, offsets);
H A DHashedNameToDIE.cpp258 DIEInfo &hash_data) const {
271 hash_data.die_offset =
278 hash_data.tag = (dw_tag_t)form_value.Unsigned();
282 hash_data.type_flags = (uint32_t)form_value.Unsigned();
286 hash_data.qualified_name_hash = form_value.Unsigned();
294 return hash_data.die_offset != DW_INVALID_OFFSET;
310 HashData &hash_data) const {
316 hash_data.resize(count);
318 if (!m_header.Read(m_data, &offset, hash_data[i]))
322 hash_data
[all...]
H A DHashedNameToDIE.h101 /// DIE offset base so die offsets in hash_data can be CU relative.
117 lldb::offset_t *offset_ptr, DIEInfo &hash_data) const;
133 HashData &hash_data) const override;
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dhash.c51 struct hash_data { struct
155 struct hash_data *hd = arg;
173 struct hash_data hd;
188 struct hash_data *hd = arg;
201 struct hash_data hd;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DMappedHash.h263 HashData &hash_data) const = 0;
286 std::function<bool(const HashData &hash_data)> const &callback) const {
291 HashData hash_data; local
292 if (ReadHashData(hash_data_offset, hash_data)) {
294 if (callback(hash_data) == false)
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A DMKcaptab.sh190 static const HashData hash_data[2] = {
197 return &hash_data[(termcap != FALSE)];

Completed in 211 milliseconds