Searched refs:EmitARCDestroyStrong (Results 1 – 4 of 4) sorted by relevance
2464 void CodeGenFunction::EmitARCDestroyStrong(Address addr, in EmitARCDestroyStrong() function in CodeGenFunction2779 CGF.EmitARCDestroyStrong(addr, ARCPreciseLifetime); in destroyARCStrongPrecise()2785 CGF.EmitARCDestroyStrong(addr, ARCImpreciseLifetime); in destroyARCStrongImprecise()
2219 CGF.EmitARCDestroyStrong(field, ARCImpreciseLifetime); in emitDispose()2246 CGF.EmitARCDestroyStrong(field, ARCImpreciseLifetime); in emitDispose()
1993 CGF.EmitARCDestroyStrong(Ptr, ARCPreciseLifetime); in EmitObjectDelete()
4748 void EmitARCDestroyStrong(Address addr, ARCPreciseLifetime_t precise);