Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DHashedNameToDIE.cpp140 hash_data_has_fixed_byte_size = true; in ClearAtoms()
174 hash_data_has_fixed_byte_size = false; in AppendAtom()
184 hash_data_has_fixed_byte_size = false; in AppendAtom()
192 hash_data_has_fixed_byte_size = false; in AppendAtom()
247 return hash_data_has_fixed_byte_size; in HashDataHasFixedByteSize()
H A DHashedNameToDIE.h106 bool hash_data_has_fixed_byte_size = true; variable