Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h683 llvm::DICompositeType *getOrCreateLimitedType(const RecordType *Ty);
H A DCGDebugInfo.cpp2725 llvm::DICompositeType *FwdDecl = getOrCreateLimitedType(Ty); in CreateTypeDefinition()
3677 CGDebugInfo::getOrCreateLimitedType(const RecordType *Ty) { in getOrCreateLimitedType() function in CGDebugInfo