Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/Arch/
DMipsArchTree.cpp297 template <class ELFT> uint32_t elf::calcMipsEFlags() { in calcMipsEFlags() function in elf
392 template uint32_t elf::calcMipsEFlags<ELF32LE>();
393 template uint32_t elf::calcMipsEFlags<ELF32BE>();
394 template uint32_t elf::calcMipsEFlags<ELF64LE>();
395 template uint32_t elf::calcMipsEFlags<ELF64BE>();
DMips.cpp76 return calcMipsEFlags<ELFT>(); in calcEFlags()
/external/llvm-project/lld/ELF/
DWriter.h56 template <class ELFT> uint32_t calcMipsEFlags();