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

References

lib/DebugInfo/DWARF/DWARFCompileUnit.cpp
   22     OS << " unit_type = " << dwarf::UnitTypeString(getUnitType());
   26   if (getVersion() >= 5 && getUnitType() != dwarf::DW_UT_compile)
lib/DebugInfo/DWARF/DWARFTypeUnit.cpp
   35     OS << " unit_type = " << dwarf::UnitTypeString(getUnitType());
lib/DebugInfo/DWARF/DWARFVerifier.cpp
  191   uint8_t UnitType = Unit.getUnitType();
tools/obj2yaml/dwarf2yaml.cpp
  122       NewUnit.Type = (dwarf::UnitType)CU->getUnitType();