Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp2266 llvm::DIType *Res = CreateTypeDefinition(Ty->castAs<EnumType>()); in completeType()
2341 llvm::DIType *Res = CreateTypeDefinition(Ty->castAs<RecordType>()); in completeClass()
2452 return CreateTypeDefinition(Ty); in CreateType()
2455 llvm::DIType *CGDebugInfo::CreateTypeDefinition(const RecordType *Ty) { in CreateTypeDefinition() function in CGDebugInfo
2588 return CreateTypeDefinition(Ty, Unit); in CreateType()
2685 llvm::DIType *CGDebugInfo::CreateTypeDefinition(const ObjCInterfaceType *Ty, in CreateTypeDefinition() function in CGDebugInfo
3087 return CreateTypeDefinition(Ty); in CreateEnumType()
3090 llvm::DIType *CGDebugInfo::CreateTypeDefinition(const EnumType *Ty) { in CreateTypeDefinition() function in CGDebugInfo
5058 ? CreateTypeDefinition(E.Type, E.Unit) in finalize()