Searched refs:EmitARCDestroyStrong (Results 1 – 4 of 4) sorted by relevance
2510 void CodeGenFunction::EmitARCDestroyStrong(Address addr, in EmitARCDestroyStrong() function in CodeGenFunction2825 CGF.EmitARCDestroyStrong(addr, ARCPreciseLifetime); in destroyARCStrongPrecise()2831 CGF.EmitARCDestroyStrong(addr, ARCImpreciseLifetime); in destroyARCStrongImprecise()
2275 CGF.EmitARCDestroyStrong(field, ARCImpreciseLifetime); in emitDispose()2302 CGF.EmitARCDestroyStrong(field, ARCImpreciseLifetime); in emitDispose()
2030 CGF.EmitARCDestroyStrong(Ptr, ARCPreciseLifetime); in EmitObjectDelete()
4930 void EmitARCDestroyStrong(Address addr, ARCPreciseLifetime_t precise);