Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/Mips/
Delf_eflags.ll7 ; EF_MIPS_NOREORDER (0x00000001) is always on by default currently
/external/llvm/include/llvm/Support/
DELF.h461 EF_MIPS_NOREORDER = 0x00000001, // Don't reorder instructions enumerator
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp603 Flags |= ELF::EF_MIPS_NOREORDER; in emitDirectiveSetNoReorder()
/external/llvm/lib/Object/
DELFYAML.cpp266 BCase(EF_MIPS_NOREORDER) in bitset()
/external/llvm/test/Object/
Dobj2yaml.test198 ELF-MIPSEL-NEXT: Flags: [ EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_ABI_O32…
/external/elfutils/libelf/
Delf.h1405 #define EF_MIPS_NOREORDER 1 /* A .noreorder directive was used. */ macro
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp860 LLVM_READOBJ_ENUM_ENT(ELF, EF_MIPS_NOREORDER),
/external/valgrind/perf/
Dtinycc.c1072 #define EF_MIPS_NOREORDER 1 /* A .noreorder directive was used */ macro