Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:EmitStoreThroughLValue

151     EmitStoreThroughLValue(RV, LV);
416 CGF.EmitStoreThroughLValue(CGF.EmitLoadOfLValue(LV), TempLV);
1125 /// EmitStoreThroughLValue - Store the specified rvalue into the specified
1128 void CodeGenFunction::EmitStoreThroughLValue(RValue Src, LValue Dst, bool isInit) {
2512 EmitStoreThroughLValue(RV, LV);