Home
last modified time | relevance | path

Searched refs:EmitLoadOfReferenceLValue (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
DCGExpr.cpp1967 LValue CodeGenFunction::EmitLoadOfReferenceLValue(Address RefAddr, in EmitLoadOfReferenceLValue() function in CodeGenFunction
2010 LV = CGF.EmitLoadOfReferenceLValue(Addr, RefTy); in EmitGlobalVarDeclLValue()
2111 return EmitLoadOfReferenceLValue(it->second, RefTy); in EmitDeclRefLValue()
2183 LV = EmitLoadOfReferenceLValue(addr, RefTy); in EmitDeclRefLValue()
DCodeGenFunction.h1676 LValue EmitLoadOfReferenceLValue(Address Ref, const ReferenceType *RefTy);
DCGStmtOpenMP.cpp921 BaseLV = CGF.EmitLoadOfReferenceLValue(BaseLV.getAddress(), in loadToBegin()