Home
last modified time | relevance | path

Searched full:ef_mips_abi_o32 (Results 1 – 12 of 12) sorted by relevance

/external/llvm/test/Object/Mips/
Delf-flags.yaml8 # OBJ-NEXT: EF_MIPS_ABI_O32 (0x1000)
26 …008, EF_MIPS_MICROMIPS, EF_MIPS_ARCH_ASE_M16, EF_MIPS_ARCH_ASE_MDMX, EF_MIPS_ABI_O32, EF_MIPS_MACH…
36 EF_MIPS_ABI_O32, EF_MIPS_ARCH_32R6,
Delf-abi.yaml6 # O32OBJ-NEXT: EF_MIPS_ABI_O32 (0x1000)
11 # O32YAML: Flags: [ EF_MIPS_PIC, EF_MIPS_ABI_O32, EF_MIPS_ARCH_32 ]
56 Flags: [ EF_MIPS_PIC, EF_MIPS_ABI_O32, EF_MIPS_ARCH_32 ]
/external/llvm/test/Object/
Dyaml2obj-elf-file-headers-with-e_flags.yaml8 Flags: [ EF_MIPS_NOREORDER, EF_MIPS_ABI_O32, EF_MIPS_ARCH_32R2,
15 # CHECK-NEXT: EF_MIPS_ABI_O32 (0x1000)
Dyaml2obj-elf-alignment.yaml29 Flags: [ EF_MIPS_CPIC, EF_MIPS_ABI_O32, EF_MIPS_ARCH_32 ]
Dyaml2obj-elf-symbol-visibility.yaml88 Flags: [ EF_MIPS_ABI_O32, EF_MIPS_ARCH_32 ]
Dobj2yaml.test198 ELF-MIPSEL-NEXT: Flags: [ EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_ABI_O32
/external/clang/test/CodeGen/
Dmips-inline-asm-abi.c5 // CHECK: EF_MIPS_ABI_O32
/external/llvm/lib/Object/
DELFYAML.cpp276 BCaseMask(EF_MIPS_ABI_O32, EF_MIPS_ABI) in bitset()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp533 EFlags |= ELF::EF_MIPS_ABI_O32; in finish()
/external/llvm/include/llvm/Support/
DELF.h472 EF_MIPS_ABI_O32 = 0x00001000, // This file follows the first MIPS 32 bit ABI enumerator
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp593 IsMipsO32ABI = AbiVariant & ELF::EF_MIPS_ABI_O32; in setMipsABI()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp867 LLVM_READOBJ_ENUM_ENT(ELF, EF_MIPS_ABI_O32),