Home
last modified time | relevance | path

Searched refs:EF_MIPS_ARCH_64 (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/llvm/lld/ELF/Arch/
H A DMipsArchTree.cpp136 {EF_MIPS_ARCH_64 | EF_MIPS_MACH_SB1, EF_MIPS_ARCH_64},
137 {EF_MIPS_ARCH_64 | EF_MIPS_MACH_XLR, EF_MIPS_ARCH_64},
138 {EF_MIPS_ARCH_64R2, EF_MIPS_ARCH_64},
140 {EF_MIPS_ARCH_64, EF_MIPS_ARCH_5},
171 if (newFlags == EF_MIPS_ARCH_32 && isArchMatched(EF_MIPS_ARCH_64, res)) in isArchMatched()
244 case EF_MIPS_ARCH_64: in getArchName()
/openbsd/gnu/llvm/llvm/lib/Object/
H A DELFObjectFile.cpp122 case ELF::EF_MIPS_ARCH_64: in getMIPSFeatures()
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h560 EF_MIPS_ARCH_64 = 0x60000000, // MIPS64 instruction set per linux not elf.h enumerator
/openbsd/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp848 EFlags |= ELF::EF_MIPS_ARCH_64; in MipsTargetELFStreamer()
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFYAML.cpp469 BCaseMask(EF_MIPS_ARCH_64, EF_MIPS_ARCH); in bitset()
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp288 case llvm::ELF::EF_MIPS_ARCH_64: in mipsVariantFromElfFlags()
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1490 ENUM_ENT(EF_MIPS_ARCH_64, "mips64"),