Home
last modified time | relevance | path

Searched refs:destLV (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGDecl.cpp605 const LValue &destLV, const Expr *init) { in tryEmitARCCopyWeakInit() argument
631 destLV.getAddress().getElementType()); in tryEmitARCCopyWeakInit()
636 CGF.EmitARCCopyWeak(destLV.getAddress(), srcAddr); in tryEmitARCCopyWeakInit()
639 CGF.EmitARCMoveWeak(destLV.getAddress(), srcAddr); in tryEmitARCCopyWeakInit()
H A DItaniumCXXABI.cpp3707 LValue destLV = CGF.MakeAddrLValue(ParamAddr, CatchType); in InitCatchParam() local
3710 CGF.EmitStoreOfComplex(CGF.EmitLoadOfComplex(srcLV, Loc), destLV, in InitCatchParam()
3715 CGF.EmitStoreOfScalar(ExnLoad, destLV, /*init*/ true); in InitCatchParam()