Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DHashedNameToDIE.cpp383 pair.key = m_data.GetU32(hash_data_offset_ptr); in GetHashDataForName()
395 *hash_data_offset_ptr = UINT32_MAX; in GetHashDataForName()
403 m_data.ValidOffsetForDataOfSize(*hash_data_offset_ptr, in GetHashDataForName()
415 *hash_data_offset_ptr += min_total_hash_data_size; in GetHashDataForName()
428 *hash_data_offset_ptr = UINT32_MAX; in GetHashDataForName()
443 *hash_data_offset_ptr = UINT32_MAX; in GetHashDataForName()
452 pair.key = m_data.GetU32(hash_data_offset_ptr); in AppendHashDataForRegularExpression()
468 m_data.ValidOffsetForDataOfSize(*hash_data_offset_ptr, in AppendHashDataForRegularExpression()
476 *hash_data_offset_ptr += min_total_hash_data_size; in AppendHashDataForRegularExpression()
489 *hash_data_offset_ptr = UINT32_MAX; in AppendHashDataForRegularExpression()
[all …]
H A DHashedNameToDIE.h151 lldb::offset_t *hash_data_offset_ptr, Pair &pair) const;
156 lldb::offset_t *hash_data_offset_ptr,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DMappedHash.h281 lldb::offset_t *hash_data_offset_ptr,