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

References

include/llvm/DebugInfo/DWARF/DWARFUnit.h
   95   uint8_t getUnitType() const { return UnitType; }
   97     return UnitType == dwarf::DW_UT_type || UnitType == dwarf::DW_UT_split_type;
   97     return UnitType == dwarf::DW_UT_type || UnitType == dwarf::DW_UT_split_type;
lib/DebugInfo/DWARF/DWARFUnit.cpp
  252     UnitType = debug_info.getU8(offset_ptr);
  261       UnitType = DW_UT_type;
  263       UnitType = DW_UT_compile;
  280   } else if (UnitType == DW_UT_split_compile || UnitType == DW_UT_skeleton)
  280   } else if (UnitType == DW_UT_split_compile || UnitType == DW_UT_skeleton)