Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DMipsArchTree.cpp252 case EF_MIPS_ARCH_64R6: in getArchName()
388 return arch == EF_MIPS_ARCH_32R6 || arch == EF_MIPS_ARCH_64R6; in isMipsR6()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp999 (AbiVariant & ELF::EF_MIPS_ARCH) == ELF::EF_MIPS_ARCH_64R6) in createStubFunction()
1020 if ((AbiVariant & ELF::EF_MIPS_ARCH) == ELF::EF_MIPS_ARCH_64R6) in createStubFunction()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp135 case ELF::EF_MIPS_ARCH_64R6: in getMIPSFeatures()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h568 EF_MIPS_ARCH_64R6 = 0xa0000000, // mips64r6 enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp843 EFlags |= ELF::EF_MIPS_ARCH_64R6; in MipsTargetELFStreamer()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp478 BCaseMask(EF_MIPS_ARCH_64R6, EF_MIPS_ARCH); in bitset()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp294 case llvm::ELF::EF_MIPS_ARCH_64R6: in mipsVariantFromElfFlags()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1575 ENUM_ENT(EF_MIPS_ARCH_64R6, "mips64r6")