Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.h192 llvm::DICompositeType *CreateLimitedType(const RecordType *Ty);
H A DCGDebugInfo.cpp3392 llvm::DICompositeType *Res = CreateLimitedType(Ty); in getOrCreateLimitedType()
3405 llvm::DICompositeType *CGDebugInfo::CreateLimitedType(const RecordType *Ty) { in CreateLimitedType() function in CGDebugInfo