Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DMipsArchTree.cpp294 template <class ELFT> uint32_t elf::calcMipsEFlags(Ctx &ctx) { in calcMipsEFlags() function in elf
389 template uint32_t elf::calcMipsEFlags<ELF32LE>(Ctx &);
390 template uint32_t elf::calcMipsEFlags<ELF32BE>(Ctx &);
391 template uint32_t elf::calcMipsEFlags<ELF64LE>(Ctx &);
392 template uint32_t elf::calcMipsEFlags<ELF64BE>(Ctx &);
H A DMips.cpp71 return calcMipsEFlags<ELFT>(ctx); in calcEFlags()
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.h214 template <class ELFT> uint32_t calcMipsEFlags(Ctx &);