Home
last modified time | relevance | path

Searched refs:emitDestroy (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.h538 this->Ctx->emitDestroy(*Idx, SourceInfo{}); in ~LocalScope()
548 this->Ctx->emitDestroy(*Idx, SourceInfo{}); in emitDestruction()
559 this->Ctx->emitDestroy(*Idx, E);
H A DEvalEmitter.cpp291 bool EvalEmitter::emitDestroy(uint32_t I, const SourceInfo &Info) { in emitDestroy() function in EvalEmitter
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp1217 emitDestroy(addr, type, destroyer, useEHCleanupForArray); in generateDestroyHelper()
H A DCGDecl.cpp501 CGF.emitDestroy(addr, type, destroyer, useEHCleanupForArray); in Emit()
2395 void CodeGenFunction::emitDestroy(Address addr, QualType type, in emitDestroy() function in CodeGenFunction
H A DCGClass.cpp1655 CGF.emitDestroy(LV.getAddress(), field->getType(), destroyer, in Emit()
H A DCGObjC.cpp1702 CGF.emitDestroy(lvalue.getAddress(), ivar->getType(), destroyer, in Emit()
H A DCodeGenFunction.h2233 void emitDestroy(Address addr, QualType type, Destroyer *destroyer,
H A DCGOpenMPRuntime.cpp1700 DtorCGF.emitDestroy( in emitThreadPrivateVarDefinition()