Searched refs:CreateTypeDefinition (Results 1 – 2 of 2) sorted by relevance
131 llvm::DIType CreateTypeDefinition(const RecordType *Ty);135 llvm::DIType CreateTypeDefinition(const ObjCInterfaceType *Ty, llvm::DIFile F);144 llvm::DIType CreateTypeDefinition(const EnumType *Ty);
1444 llvm::DIType Res = CreateTypeDefinition(Ty->castAs<EnumType>()); in completeType()1478 llvm::DIType Res = CreateTypeDefinition(Ty->castAs<RecordType>()); in completeClassData()1537 return CreateTypeDefinition(Ty); in CreateType()1540 llvm::DIType CGDebugInfo::CreateTypeDefinition(const RecordType *Ty) { in CreateTypeDefinition() function in CGDebugInfo1650 return CreateTypeDefinition(Ty, Unit); in CreateType()1653 llvm::DIType CGDebugInfo::CreateTypeDefinition(const ObjCInterfaceType *Ty, in CreateTypeDefinition() function in CGDebugInfo1932 return CreateTypeDefinition(Ty); in CreateEnumType()1935 llvm::DIType CGDebugInfo::CreateTypeDefinition(const EnumType *Ty) { in CreateTypeDefinition() function in CGDebugInfo3357 ? CreateTypeDefinition(E.Type, E.Unit) in finalize()