Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.h2459 LValue EmitLoadOfReferenceLValue(LValue RefLVal);
2460 LValue EmitLoadOfReferenceLValue(Address RefAddr, QualType RefTy,
2465 return EmitLoadOfReferenceLValue(RefLVal);
H A DCGExpr.cpp2486 LValue CodeGenFunction::EmitLoadOfReferenceLValue(LValue RefLVal) { in EmitLoadOfReferenceLValue() function in CodeGenFunction
2542 CGF.EmitLoadOfReferenceLValue(Addr, VD->getType(), in EmitGlobalVarDeclLValue()
2728 CapLVal = EmitLoadOfReferenceLValue(I->second, VD->getType(), in EmitDeclRefLValue()
2814 EmitLoadOfReferenceLValue(addr, VD->getType(), AlignmentSource::Decl) : in EmitDeclRefLValue()
H A DCGOpenMPRuntimeGPU.cpp4349 VDLVal = CGF.EmitLoadOfReferenceLValue(VDAddr, VD->getType()); in adjustTargetSpecificDataForLambdas()
4373 VDAddr = CGF.EmitLoadOfReferenceLValue(VDAddr, in adjustTargetSpecificDataForLambdas()
H A DCGOpenMPRuntime.cpp945 BaseLV = CGF.EmitLoadOfReferenceLValue(RefLVal); in loadToBegin()
7828 LB = CGF.EmitLoadOfReferenceLValue(LowestElem, MapDecl->getType()) in generateInfoForComponentList()
12557 LVal = CGF.EmitLoadOfReferenceLValue(Addr, VD->getType(), in checkAndEmitSharedLastprivateConditional()