Right now to clear unaddressable bits (AArch64 TBI or ptrauth, armv7 0th bit setting for arm/thumb) everyone needs to take a Process, get the ABI, then call the method. As David and I had discussed in another patch, this is unnecessary friction that should be simplified.
This patch adds those same methods to Process, so the callers can skip the extra step of getting the ABI when working with these values.
I'm only adding the Process methods in this patch, leaving all the existing callers as-is, I'll look at updating those separately, but new users can start using these methods once they're in place.