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

References

lib/DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp
   32   FixedAttributeSize.reset();
   59   FixedAttributeSize = FixedSizeInfo();
   77         if (FixedAttributeSize)
   78           ++FixedAttributeSize->NumAddrs;
   82         if (FixedAttributeSize)
   83           ++FixedAttributeSize->NumRefAddrs;
   92         if (FixedAttributeSize)
   93           ++FixedAttributeSize->NumDwarfOffsets;
  100           if (FixedAttributeSize)
  101             FixedAttributeSize->NumBytes += *ByteSize;
  107         FixedAttributeSize.reset();
  212   if (FixedAttributeSize)
  213     return FixedAttributeSize->getByteSize(U);