Home
last modified time | relevance | path

Searched refs:WPF_Read (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DTargetProcessControlTypes.h34 WPF_Read = 1U << 0, enumerator
45 WPF |= WPF_Read; in toWireProtectionFlags()
56 if (WPF & WPF_Read) in fromWireProtectionFlags()
67 Result += (WPF & WPF_Read) ? 'R' : '-'; in getWireProtectionFlagsStr()
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DSimpleExecutorMemoryManagerTest.cpp48 tpctypes::SegFinalizeRequest{tpctypes::WPF_Read | tpctypes::WPF_Write, in TEST()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DExecutorSharedMemoryMapperService.cpp140 if (Segment.Prot & tpctypes::WPF_Read) in initialize()