Searched refs:emitArrayDestroy (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 2218 emitArrayDestroy(begin, end, type, elementAlign, destroyer, in emitDestroy() 2232 void CodeGenFunction::emitArrayDestroy(llvm::Value *begin, in emitArrayDestroy() function in CodeGenFunction 2315 CGF.emitArrayDestroy(begin, end, type, elementAlign, destroyer, in emitPartialArrayDestroy()
|
| H A D | CGExprCXX.cpp | 2046 CGF.emitArrayDestroy(arrayBegin, arrayEnd, elementType, elementAlign, in EmitArrayDelete()
|
| H A D | CodeGenFunction.h | 2067 void emitArrayDestroy(llvm::Value *begin, llvm::Value *end,
|