Searched refs:destField (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBlocks.cpp | 2144 void emitCopy(CodeGenFunction &CGF, Address destField, in emitCopy() argument 2146 destField = destField.withElementType(CGF.Int8Ty); in emitCopy() 2156 llvm::Value *args[] = {destField.emitRawPointer(CGF), srcValue, flagsVal}; in emitCopy() 2177 void emitCopy(CodeGenFunction &CGF, Address destField, in emitCopy() argument 2179 CGF.EmitARCMoveWeak(destField, srcField); in emitCopy() 2198 void emitCopy(CodeGenFunction &CGF, Address destField, in emitCopy() argument 2209 CGF.Builder.CreateStore(null, destField); in emitCopy() 2210 CGF.EmitARCStoreStrongCall(destField, value, /*ignored*/ true); in emitCopy() 2214 CGF.Builder.CreateStore(value, destField); in emitCopy() 2235 void emitCopy(CodeGenFunction &CGF, Address destField, in emitCopy() argument [all …]
|