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

/freebsd-current/contrib/llvm-project/lld/ELF/Arch/
H A DMipsArchTree.cpp106 bool isPic2 = f.flags & (EF_MIPS_PIC | EF_MIPS_CPIC); local
107 if (isPic && !isPic2)
111 if (!isPic && isPic2)

Completed in 125 milliseconds