Lines Matching defs:DTy
3318 void CodeViewDebug::emitConstantSymbolRecord(const DIType *DTy, APSInt &Value,
3322 OS.emitInt32(getTypeIndex(DTy).getIndex());
3340 for (const DIDerivedType *DTy : StaticConstMembers) {
3341 const DIScope *Scope = DTy->getScope();
3345 dyn_cast_or_null<ConstantInt>(DTy->getConstant()))
3347 DebugHandlerBase::isUnsignedDIType(DTy->getBaseType()));
3349 dyn_cast_or_null<ConstantFP>(DTy->getConstant()))
3354 emitConstantSymbolRecord(DTy->getBaseType(), Value,
3355 getFullyQualifiedName(Scope, DTy->getName()));
3363 if (auto *DTy = dyn_cast<DIDerivedType>(Ty)) {
3370 assert(DTy->getBaseType() && "Expected valid base type");
3371 return isFloatDIType(DTy->getBaseType());