Searched refs:StaticLocalDeclMap (Results 1 – 2 of 2) sorted by relevance
407 llvm::DenseMap<const Decl*, llvm::Constant *> StaticLocalDeclMap; variable599 return StaticLocalDeclMap[D]; in getStaticLocalDeclAddress()603 StaticLocalDeclMap[D] = C; in setStaticLocalDeclAddress()
217 if (llvm::Constant *ExistingGV = StaticLocalDeclMap[&D]) in getOrCreateStaticVarDecl()