Searched full:ef_mips_noreorder (Results 1 – 10 of 10) sorted by relevance
/external/llvm/test/Object/ |
D | yaml2obj-elf-file-headers-with-e_flags.yaml | 8 Flags: [ EF_MIPS_NOREORDER, EF_MIPS_ABI_O32, EF_MIPS_ARCH_32R2, 18 # CHECK-NEXT: EF_MIPS_NOREORDER (0x1)
|
D | obj2yaml.test | 197 ELF-MIPSEL-NEXT: Flags: [ EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_ABI_O32…
|
/external/llvm/test/Object/Mips/ |
D | elf-mips64-rel.yaml | 51 EF_MIPS_NOREORDER, EF_MIPS_ARCH_64R2 ]
|
/external/llvm/test/CodeGen/Mips/ |
D | elf_eflags.ll | 7 ; EF_MIPS_NOREORDER (0x00000001) is always on by default currently
|
/external/llvm/lib/Object/ |
D | ELFYAML.cpp | 264 BCase(EF_MIPS_NOREORDER) in bitset()
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsTargetStreamer.cpp | 557 Flags |= ELF::EF_MIPS_NOREORDER; in emitDirectiveSetNoReorder()
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 503 LLVM_READOBJ_ENUM_ENT(ELF, EF_MIPS_NOREORDER),
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 432 EF_MIPS_NOREORDER = 0x00000001, // Don't reorder instructions enumerator
|
/external/elfutils/src/libelf/ |
D | elf.h | 1379 #define EF_MIPS_NOREORDER 1 /* A .noreorder directive was used. */ macro
|
/external/valgrind/perf/ |
D | tinycc.c | 1072 #define EF_MIPS_NOREORDER 1 /* A .noreorder directive was used */ macro
|