Searched refs:CreateTypeDefinition (Results 1 – 2 of 2) sorted by relevance
131 llvm::DIType CreateTypeDefinition(const RecordType *Ty);136 llvm::DIType CreateTypeDefinition(const ObjCInterfaceType *Ty, llvm::DIFile F);145 llvm::DIType CreateTypeDefinition(const EnumType *Ty);
1462 llvm::DIType Res = CreateTypeDefinition(Ty->castAs<EnumType>()); in completeType()1495 llvm::DIType Res = CreateTypeDefinition(Ty->castAs<RecordType>()); in completeClassData()1554 return CreateTypeDefinition(Ty); in CreateType()1557 llvm::DIType CGDebugInfo::CreateTypeDefinition(const RecordType *Ty) { in CreateTypeDefinition() function in CGDebugInfo1672 return CreateTypeDefinition(Ty, Unit); in CreateType()1675 llvm::DIType CGDebugInfo::CreateTypeDefinition(const ObjCInterfaceType *Ty, in CreateTypeDefinition() function in CGDebugInfo1954 return CreateTypeDefinition(Ty); in CreateEnumType()1957 llvm::DIType CGDebugInfo::CreateTypeDefinition(const EnumType *Ty) { in CreateTypeDefinition() function in CGDebugInfo3367 ? CreateTypeDefinition(E.Type, E.Unit) in finalize()