Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGDebugInfo.h206 llvm::DICompositeType *CreateLimitedType(const RecordType *Ty);
HDCGDebugInfo.cpp3842 llvm::DICompositeType *Res = CreateLimitedType(Ty); in getOrCreateLimitedType()
3855 llvm::DICompositeType *CGDebugInfo::CreateLimitedType(const RecordType *Ty) { in CreateLimitedType() function in CGDebugInfo