reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/DebugInfo/DWARF/DWARFDebugMacro.cpp
   23     if (IndLevel > 0)
   24       IndLevel -= (E.Type == DW_MACINFO_end_file);
   26     for (unsigned I = 0; I < IndLevel; I++)
   28     IndLevel += (E.Type == DW_MACINFO_start_file);