Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h965 ConstantAddress GetWeakRefReference(const ValueDecl *VD);
H A DCGExprConstant.cpp1941 return CGM.GetWeakRefReference(D).getPointer(); in tryEmitBase()
H A DCGExpr.cpp2869 ConstantAddress aliasee = CGM.GetWeakRefReference(FD); in EmitFunctionDeclPointer()
3071 ConstantAddress Aliasee = CGM.GetWeakRefReference(VD); in EmitDeclRefLValue()
H A DCodeGenModule.cpp3642 ConstantAddress CodeGenModule::GetWeakRefReference(const ValueDecl *VD) { in GetWeakRefReference() function in CodeGenModule