Searched refs:emitDestroy (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/Interp/ |
| H A D | ByteCodeExprGen.h | 298 this->Ctx->emitDestroy(*Idx, SourceInfo{}); in emitDestruction()
|
| H A D | EvalEmitter.cpp | 234 bool EvalEmitter::emitDestroy(uint32_t I, const SourceInfo &Info) { in emitDestroy() function in EvalEmitter
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGDeclCXX.cpp | 1103 emitDestroy(addr, type, destroyer, useEHCleanupForArray); in generateDestroyHelper()
|
| H A D | CGDecl.cpp | 504 CGF.emitDestroy(addr, type, destroyer, useEHCleanupForArray); in Emit() 2192 void CodeGenFunction::emitDestroy(Address addr, QualType type, in emitDestroy() function in CodeGenFunction
|
| H A D | CGClass.cpp | 1647 CGF.emitDestroy(LV.getAddress(CGF), field->getType(), destroyer, in Emit()
|
| H A D | CGObjC.cpp | 1612 CGF.emitDestroy(lvalue.getAddress(CGF), ivar->getType(), destroyer, in Emit()
|
| H A D | CodeGenFunction.h | 2061 void emitDestroy(Address addr, QualType type, Destroyer *destroyer,
|
| H A D | CGOpenMPRuntime.cpp | 1786 DtorCGF.emitDestroy( in emitThreadPrivateVarDefinition() 1945 DtorCGF.emitDestroy(Address(AddrInAS0, Addr->getValueType(), in emitDeclareTargetVarDefinition()
|