Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDebugInfo.h156 llvm::DICompositeType *CreateLimitedType(const RecordType *Ty);
DCGDebugInfo.cpp2319 llvm::DICompositeType *Res = CreateLimitedType(Ty); in getOrCreateLimitedType()
2332 llvm::DICompositeType *CGDebugInfo::CreateLimitedType(const RecordType *Ty) { in CreateLimitedType() function in CGDebugInfo