Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDebugInfo.h148 llvm::DIType *CreateTypeDefinition(const RecordType *Ty);
154 llvm::DIType *CreateTypeDefinition(const ObjCInterfaceType *Ty,
167 llvm::DIType *CreateTypeDefinition(const EnumType *Ty);
DCGDebugInfo.cpp1588 llvm::DIType *Res = CreateTypeDefinition(Ty->castAs<EnumType>()); in completeType()
1624 llvm::DIType *Res = CreateTypeDefinition(Ty->castAs<RecordType>()); in completeClassData()
1702 return CreateTypeDefinition(Ty); in CreateType()
1705 llvm::DIType *CGDebugInfo::CreateTypeDefinition(const RecordType *Ty) { in CreateTypeDefinition() function in CGDebugInfo
1826 return CreateTypeDefinition(Ty, Unit); in CreateType()
1887 llvm::DIType *CGDebugInfo::CreateTypeDefinition(const ObjCInterfaceType *Ty, in CreateTypeDefinition() function in CGDebugInfo
2223 return CreateTypeDefinition(Ty); in CreateEnumType()
2226 llvm::DIType *CGDebugInfo::CreateTypeDefinition(const EnumType *Ty) { in CreateTypeDefinition() function in CGDebugInfo
3722 ? CreateTypeDefinition(E.Type, E.Unit) in finalize()
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.h182 llvm::DIType *CreateTypeDefinition(const RecordType *Ty);
188 llvm::DIType *CreateTypeDefinition(const ObjCInterfaceType *Ty,
204 llvm::DIType *CreateTypeDefinition(const EnumType *Ty);
DCGDebugInfo.cpp2207 llvm::DIType *Res = CreateTypeDefinition(Ty->castAs<EnumType>()); in completeType()
2282 llvm::DIType *Res = CreateTypeDefinition(Ty->castAs<RecordType>()); in completeClass()
2386 return CreateTypeDefinition(Ty); in CreateType()
2389 llvm::DIType *CGDebugInfo::CreateTypeDefinition(const RecordType *Ty) { in CreateTypeDefinition() function in CGDebugInfo
2522 return CreateTypeDefinition(Ty, Unit); in CreateType()
2619 llvm::DIType *CGDebugInfo::CreateTypeDefinition(const ObjCInterfaceType *Ty, in CreateTypeDefinition() function in CGDebugInfo
3011 return CreateTypeDefinition(Ty); in CreateEnumType()
3014 llvm::DIType *CGDebugInfo::CreateTypeDefinition(const EnumType *Ty) { in CreateTypeDefinition() function in CGDebugInfo
4925 ? CreateTypeDefinition(E.Type, E.Unit) in finalize()