Home
last modified time | relevance | path

Searched refs:EF_MIPS_ARCH_32R6 (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DMipsArchTree.cpp250 case EF_MIPS_ARCH_32R6: in getArchName()
388 return arch == EF_MIPS_ARCH_32R6 || arch == EF_MIPS_ARCH_64R6; in isMipsR6()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp131 case ELF::EF_MIPS_ARCH_32R6: in getMIPSFeatures()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h564 EF_MIPS_ARCH_32R6 = 0x90000000, // mips32r6 enumerator
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp998 if ((AbiVariant & ELF::EF_MIPS_ARCH) == ELF::EF_MIPS_ARCH_32R6 || in createStubFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp856 EFlags |= ELF::EF_MIPS_ARCH_32R6; in MipsTargetELFStreamer()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp476 BCaseMask(EF_MIPS_ARCH_32R6, EF_MIPS_ARCH); in bitset()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp282 case llvm::ELF::EF_MIPS_ARCH_32R6: in mipsVariantFromElfFlags()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1558 ENUM_ENT(EF_MIPS_ARCH_32R6, "mips32r6"),