Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenModule.h1044 ConstantAddress GetWeakRefReference(const ValueDecl *VD);
HDCGExprConstant.cpp2107 return CGM.GetWeakRefReference(D).getPointer(); in tryEmitBase()
HDCGExpr.cpp2880 ConstantAddress aliasee = GetWeakRefReference(FD); in getRawFunctionPointer()
3083 ConstantAddress Aliasee = CGM.GetWeakRefReference(VD); in EmitDeclRefLValue()
HDCodeGenModule.cpp3679 ConstantAddress CodeGenModule::GetWeakRefReference(const ValueDecl *VD) { in GetWeakRefReference() function in CodeGenModule