Searched refs:EmitLoadOfReferenceLValue (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGExpr.cpp | 1967 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()
|
D | CodeGenFunction.h | 1676 LValue EmitLoadOfReferenceLValue(Address Ref, const ReferenceType *RefTy);
|
D | CGStmtOpenMP.cpp | 921 BaseLV = CGF.EmitLoadOfReferenceLValue(BaseLV.getAddress(), in loadToBegin()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CodeGenFunction.h | 2415 LValue EmitLoadOfReferenceLValue(LValue RefLVal); 2416 LValue EmitLoadOfReferenceLValue(Address RefAddr, QualType RefTy, 2421 return EmitLoadOfReferenceLValue(RefLVal);
|
D | CGExpr.cpp | 2490 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()
|
D | CGOpenMPRuntimeGPU.cpp | 4513 VDLVal = CGF.EmitLoadOfReferenceLValue(VDAddr, VD->getType()); in adjustTargetSpecificDataForLambdas() 4537 VDAddr = CGF.EmitLoadOfReferenceLValue(VDAddr, in adjustTargetSpecificDataForLambdas()
|
D | CGOpenMPRuntime.cpp | 934 BaseLV = CGF.EmitLoadOfReferenceLValue(RefLVal); in loadToBegin() 12386 LVal = CGF.EmitLoadOfReferenceLValue(Addr, VD->getType(), in checkAndEmitSharedLastprivateConditional()
|