Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DByteCodeExprGen.h300 this->Ctx->emitDestroy(*Idx, SourceInfo{}); in emitDestruction()
H A DEvalEmitter.cpp234 bool EvalEmitter::emitDestroy(uint32_t I, const SourceInfo &Info) { in emitDestroy() function in EvalEmitter
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDeclCXX.cpp867 emitDestroy(addr, type, destroyer, useEHCleanupForArray); in generateDestroyHelper()
H A DCGDecl.cpp488 CGF.emitDestroy(addr, type, destroyer, useEHCleanupForArray); in Emit()
2177 void CodeGenFunction::emitDestroy(Address addr, QualType type, in emitDestroy() function in CodeGenFunction
H A DCGClass.cpp1652 CGF.emitDestroy(LV.getAddress(CGF), field->getType(), destroyer, in Emit()
H A DCGObjC.cpp1605 CGF.emitDestroy(lvalue.getAddress(CGF), ivar->getType(), destroyer, in Emit()
H A DCodeGenFunction.h2003 void emitDestroy(Address addr, QualType type, Destroyer *destroyer,
H A DCGOpenMPRuntime.cpp1836 DtorCGF.emitDestroy(Address(ArgVal, VDAddr.getAlignment()), ASTTy, in emitThreadPrivateVarDefinition()
1978 DtorCGF.emitDestroy(Address(Addr, CGM.getContext().getDeclAlign(VD)), in emitDeclareTargetVarDefinition()