Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.h950 ConstantAddress GetWeakRefReference(const ValueDecl *VD);
H A DCGExprConstant.cpp1916 return CGM.GetWeakRefReference(D).getPointer(); in tryEmitBase()
H A DCGExpr.cpp2603 ConstantAddress aliasee = CGM.GetWeakRefReference(FD); in EmitFunctionDeclPointer()
2820 ConstantAddress Aliasee = CGM.GetWeakRefReference(VD); in EmitDeclRefLValue()
H A DCodeGenModule.cpp3236 ConstantAddress CodeGenModule::GetWeakRefReference(const ValueDecl *VD) { in GetWeakRefReference() function in CodeGenModule