Searched refs:CopyHelper (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | SmallPtrSet.cpp | 134 CopyHelper(that); in SmallPtrSetImplBase() 167 CopyHelper(RHS); in CopyFrom() 170 void SmallPtrSetImplBase::CopyHelper(const SmallPtrSetImplBase &RHS) { in CopyHelper() function in SmallPtrSetImplBase
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 71 CopyHelper, enumerator 114 Name += getBlockCaptureStr(Cap, CaptureStrKind::CopyHelper, in getBlockDescriptorName() 1735 if (StrKind != CaptureStrKind::CopyHelper) { in getBlockCaptureStr() 1778 assert((StrKind == CaptureStrKind::CopyHelper || in getCopyDestroyHelperFuncName() 1781 std::string Name = StrKind == CaptureStrKind::CopyHelper in getCopyDestroyHelperFuncName() 1867 CaptureStrKind::CopyHelper, CGM); in GenerateCopyHelperFunction() 2433 generator.CopyHelper = buildByrefCopyHelper(CGM, byrefInfo, generator); in buildByrefHelpers() 2750 storeHeaderField(helpers->CopyHelper, getPointerSize(), in emitByrefStructureInit()
|
| H A D | CodeGenModule.h | 252 llvm::Constant *CopyHelper; 261 : CopyHelper(nullptr), DisposeHelper(nullptr), Alignment(alignment) {} in BlockByrefHelpers()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | SmallPtrSet.h | 217 void CopyHelper(const SmallPtrSetImplBase &RHS);
|