Home
last modified time | relevance | path

Searched refs:CreateTypeDefinition (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.h194 llvm::DIType *CreateTypeDefinition(const RecordType *Ty);
200 llvm::DIType *CreateTypeDefinition(const ObjCInterfaceType *Ty,
216 llvm::DIType *CreateTypeDefinition(const EnumType *Ty);
H A DCGDebugInfo.cpp2374 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 CGDebugInfo
2696 return CreateTypeDefinition(Ty, Unit); in CreateType()
2793 llvm::DIType *CGDebugInfo::CreateTypeDefinition(const ObjCInterfaceType *Ty, in CreateTypeDefinition() function in CGDebugInfo
3217 return CreateTypeDefinition(Ty); in CreateEnumType()
3220 llvm::DIType *CGDebugInfo::CreateTypeDefinition(const EnumType *Ty) { in CreateTypeDefinition() function in CGDebugInfo
5614 ? CreateTypeDefinition(E.Type, E.Unit) in finalize()