Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/Arch/
DMipsArchTree.cpp169 static bool isArchMatched(uint32_t newFlags, uint32_t res) { in isArchMatched() function
172 if (newFlags == EF_MIPS_ARCH_32 && isArchMatched(EF_MIPS_ARCH_64, res)) in isArchMatched()
174 if (newFlags == EF_MIPS_ARCH_32R2 && isArchMatched(EF_MIPS_ARCH_64R2, res)) in isArchMatched()
284 if (isArchMatched(newFlags, ret)) in getArchFlags()
286 if (!isArchMatched(ret, newFlags)) { in getArchFlags()