Home
last modified time | relevance | path

Searched refs:TargetIsThumb (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A Daarch32.cpp560 bool TargetIsThumb = hasTargetFlags(TargetSymbol, ThumbSymbol); in applyFixupArm() local
562 if (TargetIsThumb != InstrIsBlx) { in applyFixupArm()
563 if (LLVM_LIKELY(TargetIsThumb)) { in applyFixupArm()
819 bool TargetIsThumb = Target.getTargetFlags() & ThumbSymbol; in needsStub() local
822 return TargetIsThumb; // Branch to Thumb needs interworking stub in needsStub()
824 return !TargetIsThumb; // Branch to Arm needs interworking stub in needsStub()