Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.h195 llvm::DICompositeType *CreateLimitedType(const RecordType *Ty);
H A DCGDebugInfo.cpp3526 llvm::DICompositeType *Res = CreateLimitedType(Ty); in getOrCreateLimitedType()
3539 llvm::DICompositeType *CGDebugInfo::CreateLimitedType(const RecordType *Ty) { in CreateLimitedType() function in CGDebugInfo