Searched refs:DeclCache (Results 1 – 2 of 2) 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