Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h201 llvm::DICompositeType *CreateLimitedType(const RecordType *Ty);
H A DCGDebugInfo.cpp3689 llvm::DICompositeType *Res = CreateLimitedType(Ty); in getOrCreateLimitedType()
3702 llvm::DICompositeType *CGDebugInfo::CreateLimitedType(const RecordType *Ty) { in CreateLimitedType() function in CGDebugInfo