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

/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
H A DMipsArchTree.cpp169 static bool isArchMatched(uint32_t newFlags, uint32_t res) { function in namespace:lld::elf
172 if (newFlags == EF_MIPS_ARCH_32 && isArchMatched(EF_MIPS_ARCH_64, res))
174 if (newFlags == EF_MIPS_ARCH_32R2 && isArchMatched(EF_MIPS_ARCH_64R2, res))
284 if (isArchMatched(newFlags, ret))
286 if (!isArchMatched(ret, newFlags)) {

Completed in 68 milliseconds