Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DHashedNameToDIE.cpp337 pair.key = m_data.GetU32(hash_data_offset_ptr); in GetHashDataForName()
349 *hash_data_offset_ptr = UINT32_MAX; in GetHashDataForName()
353 const uint32_t count = m_data.GetU32(hash_data_offset_ptr); in GetHashDataForName()
368 *hash_data_offset_ptr += min_total_hash_data_size; in GetHashDataForName()
381 *hash_data_offset_ptr = UINT32_MAX; in GetHashDataForName()
397 *hash_data_offset_ptr = UINT32_MAX; in GetHashDataForName()
405 lldb::offset_t *hash_data_offset_ptr, Pair &pair) const { in AppendHashDataForRegularExpression() argument
406 pair.key = m_data.GetU32(hash_data_offset_ptr); in AppendHashDataForRegularExpression()
429 *hash_data_offset_ptr += min_total_hash_data_size; in AppendHashDataForRegularExpression()
442 *hash_data_offset_ptr = UINT32_MAX; in AppendHashDataForRegularExpression()
[all …]
H A DHashedNameToDIE.h162 lldb::offset_t *hash_data_offset_ptr, Pair &pair) const;
167 lldb::offset_t *hash_data_offset_ptr,
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DMappedHash.h278 lldb::offset_t *hash_data_offset_ptr,