Searched refs:emitDestroy (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Compiler.h | 538 this->Ctx->emitDestroy(*Idx, SourceInfo{}); in ~LocalScope() 548 this->Ctx->emitDestroy(*Idx, SourceInfo{}); in emitDestruction() 559 this->Ctx->emitDestroy(*Idx, E);
|
| H A D | EvalEmitter.cpp | 291 bool EvalEmitter::emitDestroy(uint32_t I, const SourceInfo &Info) { in emitDestroy() function in EvalEmitter
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDeclCXX.cpp | 1217 emitDestroy(addr, type, destroyer, useEHCleanupForArray); in generateDestroyHelper()
|
| H A D | CGDecl.cpp | 501 CGF.emitDestroy(addr, type, destroyer, useEHCleanupForArray); in Emit() 2395 void CodeGenFunction::emitDestroy(Address addr, QualType type, in emitDestroy() function in CodeGenFunction
|
| H A D | CGClass.cpp | 1655 CGF.emitDestroy(LV.getAddress(), field->getType(), destroyer, in Emit()
|
| H A D | CGObjC.cpp | 1702 CGF.emitDestroy(lvalue.getAddress(), ivar->getType(), destroyer, in Emit()
|
| H A D | CodeGenFunction.h | 2233 void emitDestroy(Address addr, QualType type, Destroyer *destroyer,
|
| H A D | CGOpenMPRuntime.cpp | 1700 DtorCGF.emitDestroy( in emitThreadPrivateVarDefinition()
|