Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugMacro.cpp21 unsigned IndLevel = 0; in dump() local
25 if (IndLevel > 0) in dump()
26 IndLevel -= (E.Type == DW_MACINFO_end_file); in dump()
28 for (unsigned I = 0; I < IndLevel; I++) in dump()
30 IndLevel += (E.Type == DW_MACINFO_start_file); in dump()