Searched refs:destLV (Results 1 – 2 of 2) sorted by relevance
605 const LValue &destLV, const Expr *init) { in tryEmitARCCopyWeakInit() argument631 destLV.getAddress().getElementType()); in tryEmitARCCopyWeakInit()636 CGF.EmitARCCopyWeak(destLV.getAddress(), srcAddr); in tryEmitARCCopyWeakInit()639 CGF.EmitARCMoveWeak(destLV.getAddress(), srcAddr); in tryEmitARCCopyWeakInit()
3707 LValue destLV = CGF.MakeAddrLValue(ParamAddr, CatchType); in InitCatchParam() local3710 CGF.EmitStoreOfComplex(CGF.EmitLoadOfComplex(srcLV, Loc), destLV, in InitCatchParam()3715 CGF.EmitStoreOfScalar(ExnLoad, destLV, /*init*/ true); in InitCatchParam()