Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenModule.h731 ConstantAddress GetWeakRefReference(const ValueDecl *VD);
DCGExprConstant.cpp998 return CGM.GetWeakRefReference(Decl); in EmitLValue()
DCodeGenModule.cpp1491 ConstantAddress CodeGenModule::GetWeakRefReference(const ValueDecl *VD) { in GetWeakRefReference() function in CodeGenModule
DCGExpr.cpp2138 ConstantAddress Aliasee = CGM.GetWeakRefReference(VD); in EmitDeclRefLValue()