Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DMemoryFlags.h44 inline sys::Memory::ProtectionFlags toSysMemoryProtectionFlags(MemProt MP) { in toSysMemoryProtectionFlags() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorMemoryManager.cpp135 toSysMemoryProtectionFlags(Seg.RAG.Prot))) in finalize()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMemoryMapper.cpp83 toSysMemoryProtectionFlags(Segment.AG.getMemProt()))) { in initialize()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp307 auto Prot = toSysMemoryProtectionFlags(AG.getMemProt()); in applyProtections()