Searched refs:CreateTypeDefinition (Results 1 – 2 of 2) sorted by relevance
191 llvm::DIType *CreateTypeDefinition(const RecordType *Ty);197 llvm::DIType *CreateTypeDefinition(const ObjCInterfaceType *Ty,213 llvm::DIType *CreateTypeDefinition(const EnumType *Ty);
2266 llvm::DIType *Res = CreateTypeDefinition(Ty->castAs<EnumType>()); in completeType()2341 llvm::DIType *Res = CreateTypeDefinition(Ty->castAs<RecordType>()); in completeClass()2452 return CreateTypeDefinition(Ty); in CreateType()2455 llvm::DIType *CGDebugInfo::CreateTypeDefinition(const RecordType *Ty) { in CreateTypeDefinition() function in CGDebugInfo2588 return CreateTypeDefinition(Ty, Unit); in CreateType()2685 llvm::DIType *CGDebugInfo::CreateTypeDefinition(const ObjCInterfaceType *Ty, in CreateTypeDefinition() function in CGDebugInfo3087 return CreateTypeDefinition(Ty); in CreateEnumType()3090 llvm::DIType *CGDebugInfo::CreateTypeDefinition(const EnumType *Ty) { in CreateTypeDefinition() function in CGDebugInfo5058 ? CreateTypeDefinition(E.Type, E.Unit) in finalize()