HomeSort by: relevance | last modified time | path
    Searched refs:RefLVal (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExpr.cpp 2473 CodeGenFunction::EmitLoadOfReference(LValue RefLVal,
2477 Builder.CreateLoad(RefLVal.getAddress(*this), RefLVal.isVolatile());
2478 CGM.DecorateInstructionWithTBAA(Load, RefLVal.getTBAAInfo());
2481 RefLVal.getType()->getPointeeType(), PointeeBaseInfo, PointeeTBAAInfo,
2486 LValue CodeGenFunction::EmitLoadOfReferenceLValue(LValue RefLVal) {
2489 Address PointeeAddr = EmitLoadOfReference(RefLVal, &PointeeBaseInfo,
2491 return MakeAddrLValue(PointeeAddr, RefLVal.getType()->getPointeeType(),
4414 LValue RefLVal =
4417 RefLVal.getQuals().addVolatile()
    [all...]
CodeGenFunction.h 2456 Address EmitLoadOfReference(LValue RefLVal,
2459 LValue EmitLoadOfReferenceLValue(LValue RefLVal);
2463 LValue RefLVal = MakeAddrLValue(RefAddr, RefTy, LValueBaseInfo(Source),
2465 return EmitLoadOfReferenceLValue(RefLVal);
CGOpenMPRuntime.cpp 944 LValue RefLVal = CGF.MakeAddrLValue(BaseLV.getAddress(CGF), BaseTy);
945 BaseLV = CGF.EmitLoadOfReferenceLValue(RefLVal);
3810 LValue RefLVal =
3813 RefLVal.getAddress(CGF), RefLVal.getType()->castAs<PointerType>());

Completed in 49 milliseconds