Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2433 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()
H A DCGDebugInfo.h112 llvm::DenseMap<const Decl *, llvm::TrackingMDRef> DeclCache; variable