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

  /external/llvm/unittests/Support/
MemoryTest.cpp 32 case Memory::MF_WRITE:
33 case Memory::MF_READ|Memory::MF_WRITE:
34 return Memory::MF_READ|Memory::MF_WRITE;
36 case Memory::MF_READ|Memory::MF_WRITE|Memory::MF_EXEC:
38 return Memory::MF_READ|Memory::MF_WRITE|Memory::MF_EXEC;
41 return Memory::MF_READ|Memory::MF_WRITE;
103 !((Flags & Memory::MF_READ) && (Flags & Memory::MF_WRITE)))
123 !((Flags & Memory::MF_READ) && (Flags & Memory::MF_WRITE)))
342 // Note that Memory::MF_WRITE is not supported exclusively across
343 // operating systems and architectures and can imply MF_READ|MF_WRITE
    [all...]
  /external/llvm/include/llvm/Support/
Memory.h 49 MF_WRITE = 0x2000000,
100 /// If \p Flags is MF_WRITE, the actual behavior varies
101 /// with the operating system (i.e. MF_READ | MF_WRITE on Windows) and the
102 /// target architecture (i.e. MF_WRITE -> MF_READ | MF_WRITE on i386).
  /external/llvm/tools/lli/
RecordingMemoryManager.cpp 57 sys::Memory::MF_WRITE,
  /external/llvm/lib/ExecutionEngine/MCJIT/
SectionMemoryManager.cpp 76 sys::Memory::MF_WRITE,

Completed in 203 milliseconds