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

/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
H A DMipsArchTree.cpp363 template <class ELFT> static bool isN32Abi(const InputFile *f) { function in namespace:lld::elf
372 return isN32Abi<ELF32LE>(f);
374 return isN32Abi<ELF32BE>(f);
376 return isN32Abi<ELF64LE>(f);
378 return isN32Abi<ELF64BE>(f);

Completed in 107 milliseconds