Searched refs:EmitARCMoveWeak (Results 1 – 3 of 3) sorted by relevance
1646 CGF.EmitARCMoveWeak(destField, srcField); in emitCopy()
2565 void EmitARCMoveWeak(llvm::Value *dst, llvm::Value *src);
2221 void CodeGenFunction::EmitARCMoveWeak(llvm::Value *dst, llvm::Value *src) { in EmitARCMoveWeak() function in CodeGenFunction