Home
last modified time | relevance | path

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

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