Home
last modified time | relevance | path

Searched refs:EmitLoadOfReferenceLValue (Results 1 – 7 of 7) 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()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.h2415 LValue EmitLoadOfReferenceLValue(LValue RefLVal);
2416 LValue EmitLoadOfReferenceLValue(Address RefAddr, QualType RefTy,
2421 return EmitLoadOfReferenceLValue(RefLVal);
DCGExpr.cpp2490 LValue CodeGenFunction::EmitLoadOfReferenceLValue(LValue RefLVal) { in EmitLoadOfReferenceLValue() function in CodeGenFunction
2546 CGF.EmitLoadOfReferenceLValue(Addr, VD->getType(), in EmitGlobalVarDeclLValue()
2732 CapLVal = EmitLoadOfReferenceLValue(I->second, VD->getType(), in EmitDeclRefLValue()
2818 EmitLoadOfReferenceLValue(addr, VD->getType(), AlignmentSource::Decl) : in EmitDeclRefLValue()
DCGOpenMPRuntimeGPU.cpp4513 VDLVal = CGF.EmitLoadOfReferenceLValue(VDAddr, VD->getType()); in adjustTargetSpecificDataForLambdas()
4537 VDAddr = CGF.EmitLoadOfReferenceLValue(VDAddr, in adjustTargetSpecificDataForLambdas()
DCGOpenMPRuntime.cpp934 BaseLV = CGF.EmitLoadOfReferenceLValue(RefLVal); in loadToBegin()
12386 LVal = CGF.EmitLoadOfReferenceLValue(Addr, VD->getType(), in checkAndEmitSharedLastprivateConditional()