Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.h131 llvm::DIType CreateTypeDefinition(const RecordType *Ty);
135 llvm::DIType CreateTypeDefinition(const ObjCInterfaceType *Ty, llvm::DIFile F);
144 llvm::DIType CreateTypeDefinition(const EnumType *Ty);
H A DCGDebugInfo.cpp1444 llvm::DIType Res = CreateTypeDefinition(Ty->castAs<EnumType>()); in completeType()
1478 llvm::DIType Res = CreateTypeDefinition(Ty->castAs<RecordType>()); in completeClassData()
1537 return CreateTypeDefinition(Ty); in CreateType()
1540 llvm::DIType CGDebugInfo::CreateTypeDefinition(const RecordType *Ty) { in CreateTypeDefinition() function in CGDebugInfo
1650 return CreateTypeDefinition(Ty, Unit); in CreateType()
1653 llvm::DIType CGDebugInfo::CreateTypeDefinition(const ObjCInterfaceType *Ty, in CreateTypeDefinition() function in CGDebugInfo
1932 return CreateTypeDefinition(Ty); in CreateEnumType()
1935 llvm::DIType CGDebugInfo::CreateTypeDefinition(const EnumType *Ty) { in CreateTypeDefinition() function in CGDebugInfo
3357 ? CreateTypeDefinition(E.Type, E.Unit) in finalize()