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.cpp628 bool bit0Thumb = val & 1; in relocate() local
632 if (!rel.sym->isFunc() && isBlx != bit0Thumb) in relocate()
634 if (rel.sym->isFunc() ? bit0Thumb : isBlx) { in relocate()
684 bool bit0Thumb = val & 1; in relocate() local
685 bool useThumb = bit0Thumb || useThumbPLTs(); in relocate()