Searched refs:CreateTypeDefinition (Results 1 – 2 of 2) sorted by relevance
193 llvm::DIType *CreateTypeDefinition(const RecordType *Ty);199 llvm::DIType *CreateTypeDefinition(const ObjCInterfaceType *Ty,215 llvm::DIType *CreateTypeDefinition(const EnumType *Ty);
2384 llvm::DIType *Res = CreateTypeDefinition(Ty->castAs<EnumType>()); in completeType()2459 llvm::DIType *Res = CreateTypeDefinition(Ty->castAs<RecordType>()); in completeClass()2570 return CreateTypeDefinition(Ty); in CreateType()2573 llvm::DIType *CGDebugInfo::CreateTypeDefinition(const RecordType *Ty) { in CreateTypeDefinition() function in CGDebugInfo2706 return CreateTypeDefinition(Ty, Unit); in CreateType()2807 llvm::DIType *CGDebugInfo::CreateTypeDefinition(const ObjCInterfaceType *Ty, in CreateTypeDefinition() function in CGDebugInfo3234 return CreateTypeDefinition(Ty); in CreateEnumType()3237 llvm::DIType *CGDebugInfo::CreateTypeDefinition(const EnumType *Ty) { in CreateTypeDefinition() function in CGDebugInfo5655 ? CreateTypeDefinition(E.Type, E.Unit) in finalize()