Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/Arch/
DMipsArchTree.cpp107 bool isPic2 = f.flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags() local
108 if (isPic && !isPic2) in getPicFlags()
112 if (!isPic && isPic2) in getPicFlags()