Searched refs:EF_MIPS_ARCH_5 (Results 1 - 8 of 8) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1687 ENUM_ENT(EF_MIPS_ARCH_5, "mips5"),
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h533 EF_MIPS_ARCH_5 = 0x40000000, // MIPS5 instruction set
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp817 EFlags |= ELF::EF_MIPS_ARCH_5;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp335 BCaseMask(EF_MIPS_ARCH_5, EF_MIPS_ARCH);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp113 case ELF::EF_MIPS_ARCH_5:
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp278 case llvm::ELF::EF_MIPS_ARCH_5:
/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
H A DMipsArchTree.cpp141 {EF_MIPS_ARCH_64, EF_MIPS_ARCH_5},
147 {EF_MIPS_ARCH_5, EF_MIPS_ARCH_4},
241 case EF_MIPS_ARCH_5:
/freebsd-11-stable/sys/mips/include/
H A Delf.h252 #define EF_MIPS_ARCH_5 0x40000000 /* -mips5 code */ macro

Completed in 174 milliseconds