Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenModule.h364 llvm::DenseMap<const Decl*, llvm::Constant *> StaticLocalDeclMap; variable
541 return StaticLocalDeclMap[D]; in getStaticLocalDeclAddress()
545 StaticLocalDeclMap[D] = C; in setStaticLocalDeclAddress()
DCGDecl.cpp183 if (llvm::Constant *ExistingGV = StaticLocalDeclMap[&D]) in getOrCreateStaticVarDecl()