Searched refs:emitDestroy (Results 1 – 14 of 14) sorted by relevance
/external/llvm-project/clang/lib/AST/Interp/ |
D | ByteCodeExprGen.h | 300 this->Ctx->emitDestroy(*Idx, SourceInfo{}); in emitDestruction()
|
D | EvalEmitter.cpp | 234 bool EvalEmitter::emitDestroy(uint32_t I, const SourceInfo &Info) { in emitDestroy() function in EvalEmitter
|
/external/clang/lib/CodeGen/ |
D | CGDeclCXX.cpp | 619 emitDestroy(addr, type, destroyer, useEHCleanupForArray); in generateDestroyHelper()
|
D | CGDecl.cpp | 437 CGF.emitDestroy(addr, type, destroyer, useEHCleanupForArray); in Emit() 1505 void CodeGenFunction::emitDestroy(Address addr, QualType type, in emitDestroy() function in CodeGenFunction
|
D | CGClass.cpp | 1672 CGF.emitDestroy(LV.getAddress(), field->getType(), destroyer, in Emit()
|
D | CodeGenFunction.h | 1271 void emitDestroy(Address addr, QualType type, Destroyer *destroyer,
|
D | CGObjC.cpp | 1352 CGF.emitDestroy(lvalue.getAddress(), ivar->getType(), destroyer, in Emit()
|
D | CGOpenMPRuntime.cpp | 1837 DtorCGF.emitDestroy(Address(ArgVal, VDAddr.getAlignment()), ASTTy, in emitThreadPrivateVarDefinition()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGDeclCXX.cpp | 822 emitDestroy(addr, type, destroyer, useEHCleanupForArray); in generateDestroyHelper()
|
D | CGDecl.cpp | 487 CGF.emitDestroy(addr, type, destroyer, useEHCleanupForArray); in Emit() 2174 void CodeGenFunction::emitDestroy(Address addr, QualType type, in emitDestroy() function in CodeGenFunction
|
D | CGClass.cpp | 1652 CGF.emitDestroy(LV.getAddress(CGF), field->getType(), destroyer, in Emit()
|
D | CGObjC.cpp | 1604 CGF.emitDestroy(lvalue.getAddress(CGF), ivar->getType(), destroyer, in Emit()
|
D | CodeGenFunction.h | 1959 void emitDestroy(Address addr, QualType type, Destroyer *destroyer,
|
D | CGOpenMPRuntime.cpp | 1820 DtorCGF.emitDestroy(Address(ArgVal, VDAddr.getAlignment()), ASTTy, in emitThreadPrivateVarDefinition() 1962 DtorCGF.emitDestroy(Address(Addr, CGM.getContext().getDeclAlign(VD)), in emitDeclareTargetVarDefinition()
|