Home
last modified time | relevance | path

Searched full:ef_mips_noreorder (Results 1 – 10 of 10) sorted by relevance

/external/llvm/test/Object/
Dyaml2obj-elf-file-headers-with-e_flags.yaml8 Flags: [ EF_MIPS_NOREORDER, EF_MIPS_ABI_O32, EF_MIPS_ARCH_32R2,
18 # CHECK-NEXT: EF_MIPS_NOREORDER (0x1)
Dobj2yaml.test197 ELF-MIPSEL-NEXT: Flags: [ EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_ABI_O32…
/external/llvm/test/Object/Mips/
Delf-mips64-rel.yaml51 EF_MIPS_NOREORDER, EF_MIPS_ARCH_64R2 ]
/external/llvm/test/CodeGen/Mips/
Delf_eflags.ll7 ; EF_MIPS_NOREORDER (0x00000001) is always on by default currently
/external/llvm/lib/Object/
DELFYAML.cpp264 BCase(EF_MIPS_NOREORDER) in bitset()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp557 Flags |= ELF::EF_MIPS_NOREORDER; in emitDirectiveSetNoReorder()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp503 LLVM_READOBJ_ENUM_ENT(ELF, EF_MIPS_NOREORDER),
/external/llvm/include/llvm/Support/
DELF.h432 EF_MIPS_NOREORDER = 0x00000001, // Don't reorder instructions enumerator
/external/elfutils/src/libelf/
Delf.h1379 #define EF_MIPS_NOREORDER 1 /* A .noreorder directive was used. */ macro
/external/valgrind/perf/
Dtinycc.c1072 #define EF_MIPS_NOREORDER 1 /* A .noreorder directive was used */ macro