/external/llvm-project/llvm/test/CodeGen/Mips/ |
D | elf_eflags.ll | 7 ; EF_MIPS_NOREORDER (0x00000001) is always on by default currently
|
/external/llvm/test/CodeGen/Mips/ |
D | elf_eflags.ll | 7 ; EF_MIPS_NOREORDER (0x00000001) is always on by default currently
|
/external/llvm-project/lld/ELF/Arch/ |
D | MipsArchTree.cpp | 98 (EF_MIPS_ABI | EF_MIPS_ABI2 | EF_MIPS_ARCH_ASE | EF_MIPS_NOREORDER | in getMiscFlags()
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 467 EF_MIPS_NOREORDER = 0x00000001, // Don't reorder instructions enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 460 EF_MIPS_NOREORDER = 0x00000001, // Don't reorder instructions enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 483 EF_MIPS_NOREORDER = 0x00000001, // Don't reorder instructions enumerator
|
/external/llvm-project/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 493 EF_MIPS_NOREORDER = 0x00000001, // Don't reorder instructions enumerator
|
/external/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 268 BCase(EF_MIPS_NOREORDER) in bitset()
|
/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsTargetStreamer.cpp | 996 Flags |= ELF::EF_MIPS_NOREORDER; in emitDirectiveSetNoReorder()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsTargetStreamer.cpp | 977 Flags |= ELF::EF_MIPS_NOREORDER; in emitDirectiveSetNoReorder()
|
/external/llvm/test/Object/ |
D | obj2yaml.test | 198 ELF-MIPSEL-NEXT: Flags: [ EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_ABI_O32…
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsTargetStreamer.cpp | 860 Flags |= ELF::EF_MIPS_NOREORDER; in emitDirectiveSetNoReorder()
|
/external/google-breakpad/src/third_party/musl/include/ |
D | elf.h | 1149 #define EF_MIPS_NOREORDER 1 macro
|
/external/kmod/port-gnu/ |
D | elf.h | 1404 #define EF_MIPS_NOREORDER 1 /* A .noreorder directive was used. */ macro
|
/external/elfutils/libelf/ |
D | elf.h | 1640 #define EF_MIPS_NOREORDER 1 /* A .noreorder directive was used. */ macro
|
/external/llvm-project/llvm/test/Object/ |
D | obj2yaml.test | 354 # ELF-MIPSEL-NEXT: Flags: [ EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_ABI_O…
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 299 BCase(EF_MIPS_NOREORDER); in bitset()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 310 BCase(EF_MIPS_NOREORDER); in bitset()
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 1223 LLVM_READOBJ_ENUM_ENT(ELF, EF_MIPS_NOREORDER),
|
/external/llvm-project/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 1731 ENUM_ENT(EF_MIPS_NOREORDER, "noreorder"),
|