Lines Matching refs:DTy
448 auto *DTy = cast<DIDerivedType>(Ty); in addBlockByrefAddress() local
449 TmpTy = resolve(DTy->getBaseType()); in addBlockByrefAddress()
527 if (auto *DTy = dyn_cast<DIDerivedType>(Ty)) { in isUnsignedDIType() local
542 DITypeRef Deriv = DTy->getBaseType(); in isUnsignedDIType()
839 void DwarfUnit::constructTypeDIE(DIE &Buffer, const DIDerivedType *DTy) { in constructTypeDIE() argument
841 StringRef Name = DTy->getName(); in constructTypeDIE()
842 uint64_t Size = DTy->getSizeInBits() >> 3; in constructTypeDIE()
846 const DIType *FromTy = resolve(DTy->getBaseType()); in constructTypeDIE()
864 *getOrCreateTypeDIE(resolve(cast<DIDerivedType>(DTy)->getClassType()))); in constructTypeDIE()
866 if (!DTy->isForwardDecl()) in constructTypeDIE()
867 addSourceLine(Buffer, DTy); in constructTypeDIE()
1342 const DIType *DTy = resolve(CTy->getBaseType()); in constructEnumTypeDIE() local
1343 if (DTy) { in constructEnumTypeDIE()
1344 addType(Buffer, DTy); in constructEnumTypeDIE()