Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/Arch/
DMips.cpp380 return d && isMipsPIC<ELFT>(d); in needsThunk()
737 template <class ELFT> bool elf::isMipsPIC(const Defined *sym) { in isMipsPIC() function in elf
765 template bool elf::isMipsPIC<ELF32LE>(const Defined *);
766 template bool elf::isMipsPIC<ELF32BE>(const Defined *);
767 template bool elf::isMipsPIC<ELF64LE>(const Defined *);
768 template bool elf::isMipsPIC<ELF64BE>(const Defined *);
/external/llvm-project/lld/ELF/
DTarget.h229 template <class ELFT> bool isMipsPIC(const Defined *sym);
DSyntheticSections.cpp2241 if (isMipsPIC<ELFT>(d)) in writeTo()