Searched refs:CopyHelper (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/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
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 104 CopyHelper, enumerator 152 Name += getBlockCaptureStr(E, CaptureStrKind::CopyHelper, in getBlockDescriptorName() 1790 if (StrKind != CaptureStrKind::CopyHelper) { in getBlockCaptureStr() 1834 assert((StrKind == CaptureStrKind::CopyHelper || in getCopyDestroyHelperFuncName() 1837 std::string Name = StrKind == CaptureStrKind::CopyHelper in getCopyDestroyHelperFuncName() 1923 CaptureStrKind::CopyHelper, CGM); in GenerateCopyHelperFunction() 2525 generator.CopyHelper = buildByrefCopyHelper(CGM, byrefInfo, generator); in buildByrefHelpers() 2842 storeHeaderField(helpers->CopyHelper, getPointerSize(), in emitByrefStructureInit()
|
| H A D | CodeGenModule.h | 256 llvm::Constant *CopyHelper; 265 : CopyHelper(nullptr), DisposeHelper(nullptr), Alignment(alignment) {} in BlockByrefHelpers()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | SmallPtrSet.h | 216 void CopyHelper(const SmallPtrSetImplBase &RHS);
|