Home
last modified time | relevance | path

Searched refs:WireProtectionFlags (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DTargetProcessControlTypes.h32 enum WireProtectionFlags : uint8_t { enum
41 inline WireProtectionFlags
43 WireProtectionFlags WPF = WPF_None; in toWireProtectionFlags()
54 fromWireProtectionFlags(WireProtectionFlags WPF) { in fromWireProtectionFlags()
74 WireProtectionFlags Prot;
86 WireProtectionFlags Prot;
164 tpctypes::WireProtectionFlags> {
166 static size_t size(const tpctypes::WireProtectionFlags &WPF) { in size()
171 const tpctypes::WireProtectionFlags &WPF) { in serialize()
176 tpctypes::WireProtectionFlags &WPF) { in deserialize()
[all …]
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp220 tpctypes::WireProtectionFlags SegProts[3] = { in finalizeMemory()