Searched refs:CreateTypeDefinition (Results 1 – 2 of 2) sorted by relevance
194 llvm::DIType *CreateTypeDefinition(const RecordType *Ty);200 llvm::DIType *CreateTypeDefinition(const ObjCInterfaceType *Ty,216 llvm::DIType *CreateTypeDefinition(const EnumType *Ty);
2374 llvm::DIType *Res = CreateTypeDefinition(Ty->castAs<EnumType>()); in completeType()2449 llvm::DIType *Res = CreateTypeDefinition(Ty->castAs<RecordType>()); in completeClass()2560 return CreateTypeDefinition(Ty); in CreateType()2563 llvm::DIType *CGDebugInfo::CreateTypeDefinition(const RecordType *Ty) { in CreateTypeDefinition() function in CGDebugInfo2696 return CreateTypeDefinition(Ty, Unit); in CreateType()2793 llvm::DIType *CGDebugInfo::CreateTypeDefinition(const ObjCInterfaceType *Ty, in CreateTypeDefinition() function in CGDebugInfo3217 return CreateTypeDefinition(Ty); in CreateEnumType()3220 llvm::DIType *CGDebugInfo::CreateTypeDefinition(const EnumType *Ty) { in CreateTypeDefinition() function in CGDebugInfo5614 ? CreateTypeDefinition(E.Type, E.Unit) in finalize()