Searched refs:emitDestroy (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGDeclCXX.cpp | 594 emitDestroy(addr, type, destroyer, useEHCleanupForArray); in generateDestroyHelper()
|
| HD | CGDecl.cpp | 419 CGF.emitDestroy(addr, type, destroyer, useEHCleanupForArray); in Emit() 1432 void CodeGenFunction::emitDestroy(llvm::Value *addr, QualType type, in emitDestroy() function in CodeGenFunction
|
| HD | CGClass.cpp | 1555 CGF.emitDestroy(LV.getAddress(), field->getType(), destroyer, in Emit()
|
| HD | CodeGenFunction.h | 1148 void emitDestroy(llvm::Value *addr, QualType type, Destroyer *destroyer,
|
| HD | CGObjC.cpp | 1323 CGF.emitDestroy(lvalue.getAddress(), ivar->getType(), destroyer, in Emit()
|
| HD | CGOpenMPRuntime.cpp | 1045 DtorCGF.emitDestroy(ArgVal, ASTTy, in emitThreadPrivateVarDefinition()
|