Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.h407 llvm::DenseMap<const Decl*, llvm::Constant *> StaticLocalDeclMap; variable
599 return StaticLocalDeclMap[D]; in getStaticLocalDeclAddress()
603 StaticLocalDeclMap[D] = C; in setStaticLocalDeclAddress()
H A DCGDecl.cpp217 if (llvm::Constant *ExistingGV = StaticLocalDeclMap[&D]) in getOrCreateStaticVarDecl()