Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/ELF/Arch/
DMips.cpp378 return d && isMipsPIC<ELFT>(d); in needsThunk()
764 template <class ELFT> bool elf::isMipsPIC(const Defined *sym) { in isMipsPIC() function in elf
792 template bool elf::isMipsPIC<ELF32LE>(const Defined *);
793 template bool elf::isMipsPIC<ELF32BE>(const Defined *);
794 template bool elf::isMipsPIC<ELF64LE>(const Defined *);
795 template bool elf::isMipsPIC<ELF64BE>(const Defined *);
/openbsd/src/gnu/llvm/lld/ELF/
DTarget.h224 template <class ELFT> bool isMipsPIC(const Defined *sym);
DSyntheticSections.cpp2265 if (isMipsPIC<ELFT>(d)) in writeTo()