Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp634 bool bit0Thumb = val & 1; in relocate() local
638 if (!rel.sym->isFunc() && isBlx != bit0Thumb) in relocate()
640 if (rel.sym->isFunc() ? bit0Thumb : isBlx) { in relocate()
692 bool bit0Thumb = val & 1; in relocate() local
693 bool useThumb = bit0Thumb || useThumbPLTs(ctx); in relocate()