Searched refs:InstrIsBlx (Results 1 – 1 of 1) sorted by relevance
559 bool InstrIsBlx = (~R.Wd & FixupInfo<Arm_Call>::BitBlx) == 0; in applyFixupArm() local560 if (TargetIsThumb != InstrIsBlx) { in applyFixupArm()635 bool InstrIsBlx = (R.Lo & FixupInfo<Thumb_Call>::LoBitNoBlx) == 0; in applyFixupThumb() local636 if (TargetIsArm != InstrIsBlx) { in applyFixupThumb()