Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenModule.h733 llvm::Constant *GetWeakRefReference(const ValueDecl *VD);
DCGExprConstant.cpp889 return CGM.GetWeakRefReference(Decl); in EmitLValue()
DCodeGenModule.cpp1299 llvm::Constant *CodeGenModule::GetWeakRefReference(const ValueDecl *VD) { in GetWeakRefReference() function in CodeGenModule
DCGExpr.cpp1976 llvm::Constant *Aliasee = CGM.GetWeakRefReference(VD); in EmitDeclRefLValue()