Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDebugInfo.h131 llvm::DIType CreateTypeDefinition(const RecordType *Ty);
136 llvm::DIType CreateTypeDefinition(const ObjCInterfaceType *Ty, llvm::DIFile F);
145 llvm::DIType CreateTypeDefinition(const EnumType *Ty);
DCGDebugInfo.cpp1462 llvm::DIType Res = CreateTypeDefinition(Ty->castAs<EnumType>()); in completeType()
1495 llvm::DIType Res = CreateTypeDefinition(Ty->castAs<RecordType>()); in completeClassData()
1554 return CreateTypeDefinition(Ty); in CreateType()
1557 llvm::DIType CGDebugInfo::CreateTypeDefinition(const RecordType *Ty) { in CreateTypeDefinition() function in CGDebugInfo
1672 return CreateTypeDefinition(Ty, Unit); in CreateType()
1675 llvm::DIType CGDebugInfo::CreateTypeDefinition(const ObjCInterfaceType *Ty, in CreateTypeDefinition() function in CGDebugInfo
1954 return CreateTypeDefinition(Ty); in CreateEnumType()
1957 llvm::DIType CGDebugInfo::CreateTypeDefinition(const EnumType *Ty) { in CreateTypeDefinition() function in CGDebugInfo
3367 ? CreateTypeDefinition(E.Type, E.Unit) in finalize()