Lines Matching refs:SharedRefLValue
4663 LValue SharedRefLValue; in emitPrivatesInit() local
4675 SharedRefLValue = in emitPrivatesInit()
4678 SharedRefLValue = CGF.EmitLValueForField(SrcBase, SharedField); in emitPrivatesInit()
4679 SharedRefLValue = CGF.MakeAddrLValue( in emitPrivatesInit()
4680 Address(SharedRefLValue.getPointer(), C.getDeclAlign(OriginalVD)), in emitPrivatesInit()
4681 SharedRefLValue.getType(), LValueBaseInfo(AlignmentSource::Decl), in emitPrivatesInit()
4682 SharedRefLValue.getTBAAInfo()); in emitPrivatesInit()
4688 CGF.EmitAggregateAssign(PrivateLValue, SharedRefLValue, Type); in emitPrivatesInit()
4693 PrivateLValue.getAddress(), SharedRefLValue.getAddress(), Type, in emitPrivatesInit()
4711 InitScope.addPrivate(Elem, [SharedRefLValue]() -> Address { in emitPrivatesInit()
4712 return SharedRefLValue.getAddress(); in emitPrivatesInit()