Home
last modified time | relevance | path

Searched refs:toSysMemoryProtectionFlags (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/Shared/
DMemoryFlags.h44 inline sys::Memory::ProtectionFlags toSysMemoryProtectionFlags(MemProt MP) { in toSysMemoryProtectionFlags() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/TargetProcess/
DSimpleExecutorMemoryManager.cpp135 toSysMemoryProtectionFlags(Seg.AG.getMemProt()))) in finalize()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
DMemoryMapper.cpp83 toSysMemoryProtectionFlags(Segment.AG.getMemProt()))) { in initialize()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/JITLink/
DJITLinkMemoryManager.cpp284 auto Prot = toSysMemoryProtectionFlags(AG.getMemProt()); in applyProtections()