Searched refs:GetWeakRefReference (Results 1 – 4 of 4) sorted by relevance
1044 ConstantAddress GetWeakRefReference(const ValueDecl *VD);
2107 return CGM.GetWeakRefReference(D).getPointer(); in tryEmitBase()
2880 ConstantAddress aliasee = GetWeakRefReference(FD); in getRawFunctionPointer()3083 ConstantAddress Aliasee = CGM.GetWeakRefReference(VD); in EmitDeclRefLValue()
3679 ConstantAddress CodeGenModule::GetWeakRefReference(const ValueDecl *VD) { in GetWeakRefReference() function in CodeGenModule