Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.h728 llvm::Constant *GetWeakRefReference(const ValueDecl *VD);
H A DCGExprConstant.cpp884 return CGM.GetWeakRefReference(Decl); in EmitLValue()
H A DCodeGenModule.cpp1281 llvm::Constant *CodeGenModule::GetWeakRefReference(const ValueDecl *VD) { in GetWeakRefReference() function in CodeGenModule
H A DCGExpr.cpp1949 llvm::Constant *Aliasee = CGM.GetWeakRefReference(VD); in EmitDeclRefLValue()