Searched refs:DeclCache (Results 1 – 2 of 2) sorted by relevance
2433 auto I = DeclCache.find(D->getCanonicalDecl()); in getDeclarationOrDefinition()2435 if (I != DeclCache.end()) in getDeclarationOrDefinition()2619 DeclCache[D->getCanonicalDecl()].reset(static_cast<llvm::Metadata *>(SP)); in EmitFunctionStart()3233 DeclCache[D->getCanonicalDecl()].reset(static_cast<llvm::Metadata *>(GV)); in EmitGlobalVariable()3269 auto &GV = DeclCache[VD]; in EmitGlobalVariable()3379 auto it = DeclCache.find(p.first); in finalize()3383 if (it == DeclCache.end()) in finalize()
112 llvm::DenseMap<const Decl *, llvm::TrackingMDRef> DeclCache; variable