Searched refs:DeclCache (Results 1 – 4 of 4) sorted by relevance
2745 auto I = DeclCache.find(D->getCanonicalDecl()); in getDeclarationOrDefinition()2747 if (I != DeclCache.end()) in getDeclarationOrDefinition()2932 DeclCache[D->getCanonicalDecl()].reset(static_cast<llvm::Metadata *>(SP)); in EmitFunctionStart()3574 DeclCache[D->getCanonicalDecl()].reset(static_cast<llvm::Metadata *>(GV)); in EmitGlobalVariable()3615 auto &GV = DeclCache[VD]; in EmitGlobalVariable()3745 auto it = DeclCache.find(p.first); in finalize()3749 if (it == DeclCache.end()) in finalize()
125 llvm::DenseMap<const Decl *, llvm::TrackingMDRef> DeclCache; variable
3634 auto I = DeclCache.find(D->getCanonicalDecl()); in getDeclarationOrDefinition()3636 if (I != DeclCache.end()) { in getDeclarationOrDefinition()3890 DeclCache[D->getCanonicalDecl()].reset(SP); in EmitFunctionStart()4650 auto Cached = DeclCache.find(D->getCanonicalDecl()); in EmitGlobalVariable()4651 if (Cached != DeclCache.end()) in EmitGlobalVariable()4701 DeclCache[D->getCanonicalDecl()].reset(GVE); in EmitGlobalVariable()4765 auto &GV = DeclCache[VD]; in EmitGlobalVariable()4972 auto It = DeclCache.find(P.first); in finalize()4976 if (It == DeclCache.end()) in finalize()
157 llvm::DenseMap<const Decl *, llvm::TrackingMDRef> DeclCache; variable