Home
last modified time | relevance | path

Searched refs:EF_MIPS_NOREORDER (Results 1 – 20 of 20) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/Mips/
Delf_eflags.ll7 ; EF_MIPS_NOREORDER (0x00000001) is always on by default currently
/external/llvm/test/CodeGen/Mips/
Delf_eflags.ll7 ; EF_MIPS_NOREORDER (0x00000001) is always on by default currently
/external/llvm-project/lld/ELF/Arch/
DMipsArchTree.cpp98 (EF_MIPS_ABI | EF_MIPS_ABI2 | EF_MIPS_ARCH_ASE | EF_MIPS_NOREORDER | in getMiscFlags()
/external/llvm/include/llvm/Support/
DELF.h467 EF_MIPS_NOREORDER = 0x00000001, // Don't reorder instructions enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h460 EF_MIPS_NOREORDER = 0x00000001, // Don't reorder instructions enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h483 EF_MIPS_NOREORDER = 0x00000001, // Don't reorder instructions enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h493 EF_MIPS_NOREORDER = 0x00000001, // Don't reorder instructions enumerator
/external/llvm/lib/ObjectYAML/
DELFYAML.cpp268 BCase(EF_MIPS_NOREORDER) in bitset()
/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp996 Flags |= ELF::EF_MIPS_NOREORDER; in emitDirectiveSetNoReorder()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp977 Flags |= ELF::EF_MIPS_NOREORDER; in emitDirectiveSetNoReorder()
/external/llvm/test/Object/
Dobj2yaml.test198 ELF-MIPSEL-NEXT: Flags: [ EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_ABI_O32…
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp860 Flags |= ELF::EF_MIPS_NOREORDER; in emitDirectiveSetNoReorder()
/external/google-breakpad/src/third_party/musl/include/
Delf.h1149 #define EF_MIPS_NOREORDER 1 macro
/external/kmod/port-gnu/
Delf.h1404 #define EF_MIPS_NOREORDER 1 /* A .noreorder directive was used. */ macro
/external/elfutils/libelf/
Delf.h1640 #define EF_MIPS_NOREORDER 1 /* A .noreorder directive was used. */ macro
/external/llvm-project/llvm/test/Object/
Dobj2yaml.test354 # 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/
DELFYAML.cpp299 BCase(EF_MIPS_NOREORDER); in bitset()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp310 BCase(EF_MIPS_NOREORDER); in bitset()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1223 LLVM_READOBJ_ENUM_ENT(ELF, EF_MIPS_NOREORDER),
/external/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp1731 ENUM_ENT(EF_MIPS_NOREORDER, "noreorder"),