Searched defs:destroyer (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp759 generateDestroyHelper( Address addr, QualType type, Destroyer *destroyer, bool useEHCleanupForArray, const VarDecl *VD) argument
H A DCGBlocks.cpp821 CodeGenFunction::Destroyer *destroyer; local
H A DCGDecl.cpp466 CodeGenFunction::Destroyer *destroyer; member in struct:__anon345::final
610 CodeGenFunction::Destroyer *destroyer = local
1926 CodeGenFunction::Destroyer *destroyer = nullptr; local
458 DestroyObject(Address addr, QualType type, CodeGenFunction::Destroyer *destroyer, bool useEHCleanupForArray) argument
2064 pushDestroy(CleanupKind cleanupKind, Address addr, QualType type, Destroyer *destroyer, bool useEHCleanupForArray) argument
2075 pushLifetimeExtendedDestroy( CleanupKind cleanupKind, Address addr, QualType type, Destroyer *destroyer, bool useEHCleanupForArray) argument
2084 destroyer, useEHCleanupForArray); local
2103 emitDestroy(Address addr, QualType type, Destroyer *destroyer, bool useEHCleanupForArray) argument
2142 emitArrayDestroy(llvm::Value *begin, llvm::Value *end, QualType elementType, CharUnits elementAlign, Destroyer *destroyer, bool checkZeroLength, bool useEHCleanup) argument
2195 emitPartialArrayDestroy(CodeGenFunction &CGF, llvm::Value *begin, llvm::Value *end, QualType type, CharUnits elementAlign, CodeGenFunction::Destroyer *destroyer) argument
2234 RegularPartialArrayDestroy(llvm::Value *arrayBegin, llvm::Value *arrayEnd, QualType elementType, CharUnits elementAlign, CodeGenFunction::Destroyer *destroyer) argument
2257 IrregularPartialArrayDestroy(llvm::Value *arrayBegin, Address arrayEndPointer, QualType elementType, CharUnits elementAlign, CodeGenFunction::Destroyer *destroyer) argument
2280 pushIrregularPartialArrayCleanup(llvm::Value *arrayBegin, Address arrayEndPointer, QualType elementType, CharUnits elementAlign, Destroyer *destroyer) argument
2297 pushRegularPartialArrayCleanup(llvm::Value *arrayBegin, llvm::Value *arrayEnd, QualType elementType, CharUnits elementAlign, Destroyer *destroyer) argument
[all...]
H A DCGObjC.cpp1523 CodeGenFunction::Destroyer *destroyer; member in struct:__anon378::final
1564 CodeGenFunction::Destroyer *destroyer = nullptr; local
1526 DestroyIvar(llvm::Value *addr, const ObjCIvarDecl *ivar, CodeGenFunction::Destroyer *destroyer, bool useEHCleanupForArray) argument
H A DCGClass.cpp1613 CodeGenFunction::Destroyer *destroyer; member in class:__anon341::final
1617 DestroyField(const FieldDecl *field, CodeGenFunction::Destroyer *destroyer, argument
1986 Destroyer *destroyer = destroyCXXObject; local

Completed in 146 milliseconds