Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp1024 static bool isIsaMatched(uint32_t base, uint32_t ext) { in isIsaMatched() function
1028 isIsaMatched(llvm::ELF::EF_MIPS_ARCH_64, ext)) in isIsaMatched()
1031 isIsaMatched(llvm::ELF::EF_MIPS_ARCH_64R2, ext)) in isIsaMatched()
1102 if (!isIsaMatched(newArch, oldArch)) { in mergeElfFlags()
1103 if (!isIsaMatched(oldArch, newArch)) { in mergeElfFlags()