Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
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()
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()