Lines Matching refs:DTy
3351 void CodeViewDebug::emitConstantSymbolRecord(const DIType *DTy, APSInt &Value,
3355 OS.emitInt32(getTypeIndex(DTy).getIndex());
3373 for (const DIDerivedType *DTy : StaticConstMembers) {
3374 const DIScope *Scope = DTy->getScope();
3378 dyn_cast_or_null<ConstantInt>(DTy->getConstant()))
3380 DebugHandlerBase::isUnsignedDIType(DTy->getBaseType()));
3382 dyn_cast_or_null<ConstantFP>(DTy->getConstant()))
3387 emitConstantSymbolRecord(DTy->getBaseType(), Value,
3388 getFullyQualifiedName(Scope, DTy->getName()));
3396 if (auto *DTy = dyn_cast<DIDerivedType>(Ty)) {
3403 assert(DTy->getBaseType() && "Expected valid base type");
3404 return isFloatDIType(DTy->getBaseType());