Lines Matching refs:SharedRefLValue
3822 LValue SharedRefLValue; in emitPrivatesInit() local
3834 SharedRefLValue = in emitPrivatesInit()
3837 SharedRefLValue = CGF.EmitLValueForField(SrcBase, SharedField); in emitPrivatesInit()
3838 SharedRefLValue = CGF.MakeAddrLValue( in emitPrivatesInit()
3839 Address(SharedRefLValue.getPointer(CGF), in emitPrivatesInit()
3841 SharedRefLValue.getType(), LValueBaseInfo(AlignmentSource::Decl), in emitPrivatesInit()
3842 SharedRefLValue.getTBAAInfo()); in emitPrivatesInit()
3846 SharedRefLValue = CGF.EmitLValue(Pair.second.OriginalRef); in emitPrivatesInit()
3852 SharedRefLValue = CGF.EmitLValue(Pair.second.OriginalRef); in emitPrivatesInit()
3858 CGF.EmitAggregateAssign(PrivateLValue, SharedRefLValue, Type); in emitPrivatesInit()
3863 PrivateLValue.getAddress(CGF), SharedRefLValue.getAddress(CGF), in emitPrivatesInit()
3882 InitScope.addPrivate(Elem, [SharedRefLValue, &CGF]() -> Address { in emitPrivatesInit()
3883 return SharedRefLValue.getAddress(CGF); in emitPrivatesInit()