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()
811 void DwarfUnit::constructTypeDIE(DIE &Buffer, const DIDerivedType *DTy) { in constructTypeDIE() argument
813 StringRef Name = DTy->getName(); in constructTypeDIE()
814 uint64_t Size = DTy->getSizeInBits() >> 3; in constructTypeDIE()
818 const DIType *FromTy = resolve(DTy->getBaseType()); in constructTypeDIE()
836 *getOrCreateTypeDIE(resolve(cast<DIDerivedType>(DTy)->getClassType()))); in constructTypeDIE()
838 if (!DTy->isForwardDecl()) in constructTypeDIE()
839 addSourceLine(Buffer, DTy); in constructTypeDIE()
1336 const DIType *DTy = resolve(CTy->getBaseType()); in constructEnumTypeDIE() local
1337 if (DTy) { in constructEnumTypeDIE()
1338 addType(Buffer, DTy); in constructEnumTypeDIE()