Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGDecl.cpp170 llvm::Constant *CodeGenModule::getOrCreateStaticVarDecl( in getOrCreateStaticVarDecl() function in CodeGenModule
340 llvm::Constant *addr = CGM.getOrCreateStaticVarDecl(D, Linkage); in EmitStaticVarDecl()
H A DCodeGenModule.h555 getOrCreateStaticVarDecl(const VarDecl &D,
H A DCGExprConstant.cpp893 return CGM.getOrCreateStaticVarDecl( in EmitLValue()
H A DCGExpr.cpp1962 V = CGM.getOrCreateStaticVarDecl( in EmitDeclRefLValue()