Home
last modified time | relevance | path

Searched refs:hash_data_has_fixed_byte_size (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DHashedNameToDIE.cpp138 min_hash_data_byte_size(0), hash_data_has_fixed_byte_size(true) { in Prologue()
145 hash_data_has_fixed_byte_size = true; in ClearAtoms()
178 hash_data_has_fixed_byte_size = false; in AppendAtom()
188 hash_data_has_fixed_byte_size = false; in AppendAtom()
196 hash_data_has_fixed_byte_size = false; in AppendAtom()
250 return hash_data_has_fixed_byte_size; in HashDataHasFixedByteSize()
H A DHashedNameToDIE.h96 bool hash_data_has_fixed_byte_size; variable