Searched refs:destField (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 2200 void emitCopy(CodeGenFunction &CGF, Address destField, in emitCopy() argument 2202 destField = destField.withElementType(CGF.Int8Ty); in emitCopy() 2212 llvm::Value *args[] = {destField.emitRawPointer(CGF), srcValue, flagsVal}; in emitCopy() 2233 void emitCopy(CodeGenFunction &CGF, Address destField, in emitCopy() argument 2235 CGF.EmitARCMoveWeak(destField, srcField); in emitCopy() 2254 void emitCopy(CodeGenFunction &CGF, Address destField, in emitCopy() argument 2265 CGF.Builder.CreateStore(null, destField); in emitCopy() 2266 CGF.EmitARCStoreStrongCall(destField, value, /*ignored*/ true); in emitCopy() 2270 CGF.Builder.CreateStore(value, destField); in emitCopy() 2291 void emitCopy(CodeGenFunction &CGF, Address destField, in emitCopy() argument [all …]
|