Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DMips.cpp378 return d && isMipsPIC<ELFT>(d); in needsThunk()
764 template <class ELFT> bool elf::isMipsPIC(const Defined *sym) { in isMipsPIC() function in elf
791 template bool elf::isMipsPIC<ELF32LE>(const Defined *);
792 template bool elf::isMipsPIC<ELF32BE>(const Defined *);
793 template bool elf::isMipsPIC<ELF64LE>(const Defined *);
794 template bool elf::isMipsPIC<ELF64BE>(const Defined *);
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.h247 template <class ELFT> bool isMipsPIC(const Defined *sym);
H A DSyntheticSections.cpp2313 if (isMipsPIC<ELFT>(d)) in writeTo()