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);
2247 llvm::DIType *Res = CreateTypeDefinition(Ty->castAs<EnumType>()); in completeType()2322 llvm::DIType *Res = CreateTypeDefinition(Ty->castAs<RecordType>()); in completeClass()2433 return CreateTypeDefinition(Ty); in CreateType()2436 llvm::DIType *CGDebugInfo::CreateTypeDefinition(const RecordType *Ty) { in CreateTypeDefinition() function in CGDebugInfo2569 return CreateTypeDefinition(Ty, Unit); in CreateType()2666 llvm::DIType *CGDebugInfo::CreateTypeDefinition(const ObjCInterfaceType *Ty, in CreateTypeDefinition() function in CGDebugInfo3073 return CreateTypeDefinition(Ty); in CreateEnumType()3076 llvm::DIType *CGDebugInfo::CreateTypeDefinition(const EnumType *Ty) { in CreateTypeDefinition() function in CGDebugInfo5059 ? CreateTypeDefinition(E.Type, E.Unit) in finalize()