Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/Interp/
DByteCodeExprGen.h300 this->Ctx->emitDestroy(*Idx, SourceInfo{}); in emitDestruction()
DEvalEmitter.cpp234 bool EvalEmitter::emitDestroy(uint32_t I, const SourceInfo &Info) { in emitDestroy() function in EvalEmitter
/external/clang/lib/CodeGen/
DCGDeclCXX.cpp619 emitDestroy(addr, type, destroyer, useEHCleanupForArray); in generateDestroyHelper()
DCGDecl.cpp437 CGF.emitDestroy(addr, type, destroyer, useEHCleanupForArray); in Emit()
1505 void CodeGenFunction::emitDestroy(Address addr, QualType type, in emitDestroy() function in CodeGenFunction
DCGClass.cpp1672 CGF.emitDestroy(LV.getAddress(), field->getType(), destroyer, in Emit()
DCodeGenFunction.h1271 void emitDestroy(Address addr, QualType type, Destroyer *destroyer,
DCGObjC.cpp1352 CGF.emitDestroy(lvalue.getAddress(), ivar->getType(), destroyer, in Emit()
DCGOpenMPRuntime.cpp1837 DtorCGF.emitDestroy(Address(ArgVal, VDAddr.getAlignment()), ASTTy, in emitThreadPrivateVarDefinition()
/external/llvm-project/clang/lib/CodeGen/
DCGDeclCXX.cpp822 emitDestroy(addr, type, destroyer, useEHCleanupForArray); in generateDestroyHelper()
DCGDecl.cpp487 CGF.emitDestroy(addr, type, destroyer, useEHCleanupForArray); in Emit()
2174 void CodeGenFunction::emitDestroy(Address addr, QualType type, in emitDestroy() function in CodeGenFunction
DCGClass.cpp1652 CGF.emitDestroy(LV.getAddress(CGF), field->getType(), destroyer, in Emit()
DCGObjC.cpp1604 CGF.emitDestroy(lvalue.getAddress(CGF), ivar->getType(), destroyer, in Emit()
DCodeGenFunction.h1959 void emitDestroy(Address addr, QualType type, Destroyer *destroyer,
DCGOpenMPRuntime.cpp1820 DtorCGF.emitDestroy(Address(ArgVal, VDAddr.getAlignment()), ASTTy, in emitThreadPrivateVarDefinition()
1962 DtorCGF.emitDestroy(Address(Addr, CGM.getContext().getDeclAlign(VD)), in emitDeclareTargetVarDefinition()