Home | History | Annotate | Download | only in Analysis

Lines Matching refs:BaseType

506     DIType BaseType = getTypeDerivedFrom();
509 if (!BaseType.isValid())
515 if (BaseType.getTag() == dwarf::DW_TAG_reference_type)
517 else if (BaseType.isDerivedType())
518 return DIDerivedType(BaseType).getOriginalTypeSize();
520 return BaseType.getSizeInBits();