Searched refs:EmitARCDestroyStrong (Results 1 – 4 of 4) sorted by relevance
2430 void CodeGenFunction::EmitARCDestroyStrong(Address addr, in EmitARCDestroyStrong() function in CodeGenFunction2757 CGF.EmitARCDestroyStrong(addr, ARCPreciseLifetime); in destroyARCStrongPrecise()2763 CGF.EmitARCDestroyStrong(addr, ARCImpreciseLifetime); in destroyARCStrongImprecise()
2260 CGF.EmitARCDestroyStrong(field, ARCImpreciseLifetime); in emitDispose()2287 CGF.EmitARCDestroyStrong(field, ARCImpreciseLifetime); in emitDispose()
1972 CGF.EmitARCDestroyStrong(Ptr, ARCPreciseLifetime); in EmitObjectDelete()
4235 void EmitARCDestroyStrong(Address addr, ARCPreciseLifetime_t precise);