Searched refs:TargetIsThumb (Results 1 – 1 of 1) sorted by relevance
560 bool TargetIsThumb = hasTargetFlags(TargetSymbol, ThumbSymbol); in applyFixupArm() local562 if (TargetIsThumb != InstrIsBlx) { in applyFixupArm()563 if (LLVM_LIKELY(TargetIsThumb)) { in applyFixupArm()819 bool TargetIsThumb = Target.getTargetFlags() & ThumbSymbol; in needsStub() local822 return TargetIsThumb; // Branch to Thumb needs interworking stub in needsStub()824 return !TargetIsThumb; // Branch to Arm needs interworking stub in needsStub()