Searched refs:emitCopy (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 2127 void emitCopy(CodeGenFunction &CGF, Address destField, in emitCopy() function in __anon460c559c0911::ObjectByrefHelpers 2160 void emitCopy(CodeGenFunction &CGF, Address destField, in emitCopy() function in __anon460c559c0911::ARCWeakByrefHelpers 2181 void emitCopy(CodeGenFunction &CGF, Address destField, in emitCopy() function in __anon460c559c0911::ARCStrongByrefHelpers 2218 void emitCopy(CodeGenFunction &CGF, Address destField, in emitCopy() function in __anon460c559c0911::ARCStrongBlockByrefHelpers 2250 void emitCopy(CodeGenFunction &CGF, Address destField, in emitCopy() function in __anon460c559c0911::CXXByrefHelpers 2276 void emitCopy(CodeGenFunction &CGF, Address destField, in emitCopy() function in __anon460c559c0911::NonTrivialCStructByrefHelpers 2348 generator.emitCopy(CGF, destField, srcField); in generateByrefCopyHelper()
|
| H A D | CodeGenModule.h | 272 virtual void emitCopy(CodeGenFunction &CGF, Address dest, Address src) = 0;
|