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

References

lib/DebugInfo/DWARF/DWARFDebugMacro.cpp
   24       IndLevel -= (E.Type == DW_MACINFO_end_file);
   28     IndLevel += (E.Type == DW_MACINFO_start_file);
   30     WithColor(OS, HighlightColor::Macro).get() << MacinfoString(E.Type);
   31     switch (E.Type) {
   61     E.Type = data.getULEB128(&Offset);
   63     if (E.Type == 0) {
   68     switch (E.Type) {
   72       E.Type = DW_MACINFO_invalid;