Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenModule.h744 llvm::Constant *GetWeakRefReference(const ValueDecl *VD);
HDCGExprConstant.cpp983 return CGM.GetWeakRefReference(Decl); in EmitLValue()
HDCodeGenModule.cpp1297 llvm::Constant *CodeGenModule::GetWeakRefReference(const ValueDecl *VD) { in GetWeakRefReference() function in CodeGenModule
HDCGExpr.cpp1978 llvm::Constant *Aliasee = CGM.GetWeakRefReference(VD); in EmitDeclRefLValue()