Searched refs:emitDestroy (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/Interp/ |
| D | ByteCodeExprGen.h | 300 this->Ctx->emitDestroy(*Idx, SourceInfo{}); in emitDestruction()
|
| D | EvalEmitter.cpp | 234 bool EvalEmitter::emitDestroy(uint32_t I, const SourceInfo &Info) { in emitDestroy() function in EvalEmitter
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CGDeclCXX.cpp | 921 emitDestroy(addr, type, destroyer, useEHCleanupForArray); in generateDestroyHelper()
|
| D | CGDecl.cpp | 493 CGF.emitDestroy(addr, type, destroyer, useEHCleanupForArray); in Emit() 2180 void CodeGenFunction::emitDestroy(Address addr, QualType type, in emitDestroy() function in CodeGenFunction
|
| D | CGClass.cpp | 1649 CGF.emitDestroy(LV.getAddress(CGF), field->getType(), destroyer, in Emit()
|
| D | CGObjC.cpp | 1606 CGF.emitDestroy(lvalue.getAddress(CGF), ivar->getType(), destroyer, in Emit()
|
| D | CodeGenFunction.h | 2003 void emitDestroy(Address addr, QualType type, Destroyer *destroyer,
|
| D | CGOpenMPRuntime.cpp | 1840 DtorCGF.emitDestroy(Address(ArgVal, VDAddr.getAlignment()), ASTTy, in emitThreadPrivateVarDefinition() 1982 DtorCGF.emitDestroy(Address(Addr, CGM.getContext().getDeclAlign(VD)), in emitDeclareTargetVarDefinition()
|