Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugMacro.cpp43 unsigned IndLevel = 0; in dump() local
51 if (IndLevel > 0) in dump()
52 IndLevel -= (E.Type == DW_MACINFO_end_file); in dump()
54 for (unsigned I = 0; I < IndLevel; I++) in dump()
56 IndLevel += (E.Type == DW_MACINFO_start_file); in dump()