Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DHashedNameToDIE.cpp142 hash_data_has_fixed_byte_size = true; in ClearAtoms()
176 hash_data_has_fixed_byte_size = false; in AppendAtom()
186 hash_data_has_fixed_byte_size = false; in AppendAtom()
194 hash_data_has_fixed_byte_size = false; in AppendAtom()
249 return hash_data_has_fixed_byte_size; in HashDataHasFixedByteSize()
H A DHashedNameToDIE.h106 bool hash_data_has_fixed_byte_size = true; variable