Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h191 llvm::DIType *CreateTypeDefinition(const RecordType *Ty);
197 llvm::DIType *CreateTypeDefinition(const ObjCInterfaceType *Ty,
213 llvm::DIType *CreateTypeDefinition(const EnumType *Ty);
H A DCGDebugInfo.cpp2247 llvm::DIType *Res = CreateTypeDefinition(Ty->castAs<EnumType>()); in completeType()
2322 llvm::DIType *Res = CreateTypeDefinition(Ty->castAs<RecordType>()); in completeClass()
2433 return CreateTypeDefinition(Ty); in CreateType()
2436 llvm::DIType *CGDebugInfo::CreateTypeDefinition(const RecordType *Ty) { in CreateTypeDefinition() function in CGDebugInfo
2569 return CreateTypeDefinition(Ty, Unit); in CreateType()
2666 llvm::DIType *CGDebugInfo::CreateTypeDefinition(const ObjCInterfaceType *Ty, in CreateTypeDefinition() function in CGDebugInfo
3073 return CreateTypeDefinition(Ty); in CreateEnumType()
3076 llvm::DIType *CGDebugInfo::CreateTypeDefinition(const EnumType *Ty) { in CreateTypeDefinition() function in CGDebugInfo
5059 ? CreateTypeDefinition(E.Type, E.Unit) in finalize()