Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h460 EF_MIPS_NOREORDER = 0x00000001, // Don't reorder instructions enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h483 EF_MIPS_NOREORDER = 0x00000001, // Don't reorder instructions enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp977 Flags |= ELF::EF_MIPS_NOREORDER; in emitDirectiveSetNoReorder()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h1329 #define EF_MIPS_NOREORDER 1 macro
/third_party/musl/porting/linux/user/include/
Delf.h1334 #define EF_MIPS_NOREORDER 1 macro
/third_party/musl/ndk_musl_include/
Delf.h1329 #define EF_MIPS_NOREORDER 1 macro
/third_party/musl/include/
Delf.h1329 #define EF_MIPS_NOREORDER 1 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h1329 #define EF_MIPS_NOREORDER 1 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h1329 #define EF_MIPS_NOREORDER 1 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp299 BCase(EF_MIPS_NOREORDER); in bitset()