Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DHashedNameToDIE.cpp218 const uint32_t atom_count = data.GetU32(&offset); in Read() local
219 if (atom_count == 0x00060003u) { in Read()
228 for (uint32_t i = 0; i < atom_count; ++i) { in Read()
/llvm-project-15.0.7/llvm/docs/
H A DSourceLevelDebugging.rst1774 uint32_t atom_count;
1792 HeaderData.atom_count = 1;