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

/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
H A DMipsArchTree.cpp107 bool isPic2 = f.flags & (EF_MIPS_PIC | EF_MIPS_CPIC); local
108 if (isPic && !isPic2)
112 if (!isPic && isPic2)

Completed in 113 milliseconds