Lines Matching defs:Ty
53 static uint32_t getTypeAlignIfRequired(const Type *Ty, const ASTContext &Ctx) { in getTypeAlignIfRequired()
58 static uint32_t getTypeAlignIfRequired(QualType Ty, const ASTContext &Ctx) { in getTypeAlignIfRequired()
914 llvm::DIType *CGDebugInfo::CreateType(const AutoType *Ty) { in CreateType()
918 llvm::DIType *CGDebugInfo::CreateType(const ExtIntType *Ty) { in CreateType()
929 llvm::DIType *CGDebugInfo::CreateType(const ComplexType *Ty) { in CreateType()
939 llvm::DIType *CGDebugInfo::CreateQualifiedType(QualType Ty, in CreateQualifiedType()
973 llvm::DIType *CGDebugInfo::CreateType(const ObjCObjectPointerType *Ty, in CreateType()
986 llvm::DIType *CGDebugInfo::CreateType(const PointerType *Ty, in CreateType()
1045 static SmallString<256> getTypeIdentifier(const TagType *Ty, CodeGenModule &CGM, in getTypeIdentifier()
1082 CGDebugInfo::getOrCreateRecordFwdDecl(const RecordType *Ty, in getOrCreateRecordFwdDecl()
1128 const Type *Ty, in CreatePointerLikeType()
1161 const BlockPointerType *Ty, llvm::DIFile *Unit, llvm::DIDerivedType *DescTy, in collectDefaultElementTypesForBlockPointer()
1196 llvm::DIType *CGDebugInfo::CreateType(const BlockPointerType *Ty, in CreateType()
1237 llvm::DIType *CGDebugInfo::CreateType(const TemplateSpecializationType *Ty, in CreateType()
1260 llvm::DIType *CGDebugInfo::CreateType(const TypedefType *Ty, in CreateType()
1322 llvm::DIType *CGDebugInfo::CreateType(const FunctionType *Ty, in CreateType()
1376 QualType Ty = BitFieldDecl->getType(); in createBitFieldType() local
1526 QualType Ty = CGM.getContext().getTypeDeclType(TD); in CollectRecordNestedType() local
2261 QualType Ty = CGM.getContext().getEnumType(ED); in completeType() local
2336 QualType Ty = CGM.getContext().getRecordType(RD); in completeClass() local
2436 QualType Ty = CGM.getContext().getRecordType(RD); in completeRequiredType() local
2442 llvm::DIType *CGDebugInfo::CreateType(const RecordType *Ty) { in CreateType()
2455 llvm::DIType *CGDebugInfo::CreateTypeDefinition(const RecordType *Ty) { in CreateTypeDefinition()
2513 llvm::DIType *CGDebugInfo::CreateType(const ObjCObjectType *Ty, in CreateType()
2519 llvm::DIType *CGDebugInfo::CreateType(const ObjCTypeParamType *Ty, in CreateType()
2555 llvm::DIType *CGDebugInfo::CreateType(const ObjCInterfaceType *Ty, in CreateType()
2685 llvm::DIType *CGDebugInfo::CreateTypeDefinition(const ObjCInterfaceType *Ty, in CreateTypeDefinition()
2859 llvm::DIType *CGDebugInfo::CreateType(const VectorType *Ty, in CreateType()
2887 llvm::DIType *CGDebugInfo::CreateType(const ConstantMatrixType *Ty, in CreateType()
2914 llvm::DIType *CGDebugInfo::CreateType(const ArrayType *Ty, llvm::DIFile *Unit) { in CreateType()
2984 llvm::DIType *CGDebugInfo::CreateType(const LValueReferenceType *Ty, in CreateType()
2990 llvm::DIType *CGDebugInfo::CreateType(const RValueReferenceType *Ty, in CreateType()
2996 llvm::DIType *CGDebugInfo::CreateType(const MemberPointerType *Ty, in CreateType()
3037 llvm::DIType *CGDebugInfo::CreateType(const AtomicType *Ty, llvm::DIFile *U) { in CreateType()
3042 llvm::DIType *CGDebugInfo::CreateType(const PipeType *Ty, llvm::DIFile *U) { in CreateType()
3046 llvm::DIType *CGDebugInfo::CreateEnumType(const EnumType *Ty) { in CreateEnumType()
3090 llvm::DIType *CGDebugInfo::CreateTypeDefinition(const EnumType *Ty) { in CreateTypeDefinition()
3204 llvm::DIType *CGDebugInfo::getTypeOrNull(QualType Ty) { in getTypeOrNull()
3231 llvm::DIType *CGDebugInfo::getOrCreateType(QualType Ty, llvm::DIFile *Unit) { in getOrCreateType()
3292 llvm::DIType *CGDebugInfo::CreateTypeNode(QualType Ty, llvm::DIFile *Unit) { in CreateTypeNode()
3380 CGDebugInfo::getOrCreateLimitedType(const RecordType *Ty) { in getOrCreateLimitedType()
3405 llvm::DICompositeType *CGDebugInfo::CreateLimitedType(const RecordType *Ty) { in CreateLimitedType()
3523 llvm::DIType *Ty = in CreateMemberType() local
4262 llvm::DIType *Ty; in EmitDeclare() local
4461 llvm::DIType *Ty) { in CreateSelfType()
4483 llvm::DIType *Ty; in EmitDeclareOfBlockDeclRefVariable() local
4851 llvm::DIType *Ty = getOrCreateType(VD->getType(), Unit); in EmitGlobalVariable() local
4933 llvm::DIType *Ty = getOrCreateType(D->getType(), Unit); in EmitExternalVariable() local
5057 llvm::DIType *Ty = E.Type->getDecl()->getDefinition() in finalize() local
5089 auto *Ty = cast<llvm::DIType>(P.second); in finalize() local
5129 void CGDebugInfo::EmitExplicitCastType(QualType Ty) { in EmitExplicitCastType()
5135 void CGDebugInfo::EmitAndRetainType(QualType Ty) { in EmitAndRetainType()