Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp693 bool useThumb = bit0Thumb || useThumbPLTs(ctx); in relocate() local
697 if (!rel.sym->isFunc() && !rel.sym->isInPlt(ctx) && isBlx == useThumb) in relocate()
699 if ((rel.sym->isFunc() || rel.sym->isInPlt(ctx)) ? !useThumb : isBlx) { in relocate()