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

References

lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
 1769   assert(Ty->getTag() == dwarf::DW_TAG_ptr_to_member_type);
 1770   TypeIndex ClassTI = getTypeIndex(Ty->getClassType());
 1771   TypeIndex PointeeTI = getTypeIndex(Ty->getBaseType(), Ty->getClassType());
 1771   TypeIndex PointeeTI = getTypeIndex(Ty->getBaseType(), Ty->getClassType());
 1774   bool IsPMF = isa<DISubroutineType>(Ty->getBaseType());
 1778   assert(Ty->getSizeInBits() / 8 <= 0xff && "pointer size too big");
 1779   uint8_t SizeInBytes = Ty->getSizeInBits() / 8;
 1781       ClassTI, translatePtrToMemberRep(SizeInBytes, IsPMF, Ty->getFlags()));