Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp221 tpctypes::toWireProtectionFlags( in finalizeMemory()
224 tpctypes::toWireProtectionFlags(sys::Memory::MF_READ), in finalizeMemory()
225 tpctypes::toWireProtectionFlags( in finalizeMemory()
H A DEPCGenericJITLinkMemoryManager.cpp50 tpctypes::toWireProtectionFlags( in finalize()
H A DMemoryMapper.cpp304 SegReq.Prot = tpctypes::toWireProtectionFlags( in initialize()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DTargetProcessControlTypes.h42 toWireProtectionFlags(sys::Memory::ProtectionFlags PF) { in toWireProtectionFlags() function