Searched refs:emitDestroy (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGDeclCXX.cpp540 emitDestroy(addr, type, destroyer, useEHCleanupForArray);
H A DCGDecl.cpp377 CGF.emitDestroy(addr, type, destroyer, useEHCleanupForArray);
1371 /// emitDestroy - Immediately perform the destruction of the given
1382 void CodeGenFunction::emitDestroy(llvm::Value *addr, QualType type, function in class:CodeGenFunction
H A DCGClass.cpp1417 CGF.emitDestroy(LV.getAddress(), field->getType(), destroyer,
H A DCodeGenFunction.h1042 void emitDestroy(llvm::Value *addr, QualType type, Destroyer *destroyer,
H A DCGObjC.cpp1305 CGF.emitDestroy(lvalue.getAddress(), ivar->getType(), destroyer,

Completed in 1695 milliseconds