HomeSort by relevance Sort by last modified time
    Searched defs:MF_WRITE (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Support/
Memory.h 50 MF_WRITE = 0x2000000,
101 /// If \p Flags is MF_WRITE, the actual behavior varies
102 /// with the operating system (i.e. MF_READ | MF_WRITE on Windows) and the
103 /// target architecture (i.e. MF_WRITE -> MF_READ | MF_WRITE on i386).
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
Memory.h 50 MF_WRITE = 0x2000000,
101 /// If \p Flags is MF_WRITE, the actual behavior varies
102 /// with the operating system (i.e. MF_READ | MF_WRITE on Windows) and the
103 /// target architecture (i.e. MF_WRITE -> MF_READ | MF_WRITE on i386).
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Memory.h 50 MF_WRITE = 0x2000000,
101 /// If \p Flags is MF_WRITE, the actual behavior varies
102 /// with the operating system (i.e. MF_READ | MF_WRITE on Windows) and the
103 /// target architecture (i.e. MF_WRITE -> MF_READ | MF_WRITE on i386).

Completed in 220 milliseconds