Searched refs:EmitLoadOfReferenceLValue (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.h | 2135 LValue EmitLoadOfReferenceLValue(LValue RefLVal); 2136 LValue EmitLoadOfReferenceLValue(Address RefAddr, QualType RefTy, 2141 return EmitLoadOfReferenceLValue(RefLVal);
|
| H A D | CGExpr.cpp | 2313 LValue CodeGenFunction::EmitLoadOfReferenceLValue(LValue RefLVal) { in EmitLoadOfReferenceLValue() function in CodeGenFunction 2369 CGF.EmitLoadOfReferenceLValue(Addr, VD->getType(), in EmitGlobalVarDeclLValue() 2491 return EmitLoadOfReferenceLValue(I->second, VD->getType(), in EmitDeclRefLValue() 2564 EmitLoadOfReferenceLValue(addr, VD->getType(), AlignmentSource::Decl) : in EmitDeclRefLValue()
|
| H A D | CGOpenMPRuntimeNVPTX.cpp | 4345 VDLVal = CGF.EmitLoadOfReferenceLValue(VDAddr, VD->getType()); in adjustTargetSpecificDataForLambdas() 4369 VDAddr = CGF.EmitLoadOfReferenceLValue(VDAddr, in adjustTargetSpecificDataForLambdas()
|
| H A D | CGOpenMPRuntime.cpp | 1073 BaseLV = CGF.EmitLoadOfReferenceLValue(RefLVal); in loadToBegin()
|