Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.h117 llvm::DenseMap<const Decl *, cir::GlobalOp> staticLocalDeclMap; variable
122 return staticLocalDeclMap[d]; in getStaticLocalDeclAddress()
126 staticLocalDeclMap[d] = c; in setStaticLocalDeclAddress()