Home | History | Annotate | Download | only in IR

Lines Matching refs:BaseType

608   DIType BaseType = getTypeDerivedFrom();
611 if (!BaseType.isValid())
617 if (BaseType.getTag() == dwarf::DW_TAG_reference_type ||
618 BaseType.getTag() == dwarf::DW_TAG_rvalue_reference_type)
621 if (BaseType.isDerivedType())
622 return DIDerivedType(BaseType).getOriginalTypeSize();
624 return BaseType.getSizeInBits();