Searched refs:emitDestroy (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGDeclCXX.cpp | 600 emitDestroy(addr, type, destroyer, useEHCleanupForArray); in generateDestroyHelper()
|
D | CGDecl.cpp | 421 CGF.emitDestroy(addr, type, destroyer, useEHCleanupForArray); in Emit() 1496 void CodeGenFunction::emitDestroy(Address addr, QualType type, in emitDestroy() function in CodeGenFunction
|
D | CGClass.cpp | 1674 CGF.emitDestroy(LV.getAddress(), field->getType(), destroyer, in Emit()
|
D | CodeGenFunction.h | 1190 void emitDestroy(Address addr, QualType type, Destroyer *destroyer,
|
D | CGObjC.cpp | 1358 CGF.emitDestroy(lvalue.getAddress(), ivar->getType(), destroyer, in Emit()
|
D | CGOpenMPRuntime.cpp | 1158 DtorCGF.emitDestroy(Address(ArgVal, VDAddr.getAlignment()), ASTTy, in emitThreadPrivateVarDefinition()
|