Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp600 bool tlsdescRelax = false, isToLe = false; in relocateAlloc() local
628 tlsdescRelax = relaxable(relocs, i); in relocateAlloc()
629 if (!tlsdescRelax) in relocateAlloc()
639 tlsdescRelax = relaxable(relocs, i); in relocateAlloc()
647 if (tlsdescRelax && in relocateAlloc()
821 bool tlsdescRelax = false, toLeShortForm = false; in relax() local
864 tlsdescRelax = relaxable(relocs, i); in relax()
865 toLeShortForm = tlsdescRelax && r.expr == R_RELAX_TLS_GD_TO_LE && in relax()
870 if (tlsdescRelax && r.expr != R_TLSDESC_PC) in relax()