Searched refs:isAArch64Elf (Results 1 – 1 of 1) sorted by relevance
1101 static bool isAArch64Elf(const ObjectFile *Obj) { in isAArch64Elf() function1112 return isArmElf(Obj) || isAArch64Elf(Obj); in hasMappingSymbols()