Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DTargetProcessControlTypes.h36 WPF_Exec = 1U << 2, enumerator
37 LLVM_MARK_AS_BITMASK_ENUM(WPF_Exec)
49 WPF |= WPF_Exec; in toWireProtectionFlags()
60 if (WPF & WPF_Exec) in fromWireProtectionFlags()
69 Result += (WPF & WPF_Exec) ? 'X' : '-'; in getWireProtectionFlagsStr()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DExecutorSharedMemoryMapperService.cpp144 if (Segment.Prot & tpctypes::WPF_Exec) in initialize()
161 if (Segment.Prot & tpctypes::WPF_Exec) in initialize()
H A DSimpleExecutorMemoryManager.cpp137 if (Seg.Prot & tpctypes::WPF_Exec) in finalize()
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DEPCGenericJITLinkMemoryManagerTest.cpp51 if (Seg.Prot & tpctypes::WPF_Exec) in finalize()