Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DHashedNameToDIE.cpp216 const uint32_t atom_count = data.GetU32(&offset); in Read() local
217 if (atom_count == 0x00060003u) { in Read()
226 for (uint32_t i = 0; i < atom_count; ++i) { in Read()