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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp501 bool bit0Thumb = val & 1;
503 // lld 10.0 and before always used bit0Thumb when deciding to write a BLX
505 if (!rel.sym->isFunc() && isBlx != bit0Thumb)
507 if (rel.sym->isFunc() ? bit0Thumb : isBlx) {
551 bool bit0Thumb = val & 1; variable
553 // lld 10.0 and before always used bit0Thumb when deciding to write a BLX
555 if (!rel.sym->isFunc() && !rel.sym->isInPlt() && isBlx == bit0Thumb)
557 if (rel.sym->isFunc() || rel.sym->isInPlt() ? !bit0Thumb : isBlx) {

Completed in 91 milliseconds