Searched refs:TargetIsThumb (Results 1 – 1 of 1) sorted by relevance
558 bool TargetIsThumb = hasTargetFlags(TargetSymbol, ThumbSymbol); in applyFixupArm() local560 if (TargetIsThumb != InstrIsBlx) { in applyFixupArm()561 if (LLVM_LIKELY(TargetIsThumb)) { in applyFixupArm()817 bool TargetIsThumb = Target.getTargetFlags() & ThumbSymbol; in needsStub() local820 return TargetIsThumb; // Branch to Thumb needs interworking stub in needsStub()822 return !TargetIsThumb; // Branch to Arm needs interworking stub in needsStub()