Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
DOrcRPCTPCServer.h36 enum WireProtectionFlags : uint8_t { enum
45 inline WireProtectionFlags
47 WireProtectionFlags WPF = WPF_None; in toWireProtectionFlags()
58 fromWireProtectionFlags(WireProtectionFlags WPF) { in fromWireProtectionFlags()
70 WireProtectionFlags Prot = WPF_None;
78 WireProtectionFlags Prot = WPF_None;
86 WireProtectionFlags Prot = WPF_None;
451 std::string getProtStr(orcrpctpc::WireProtectionFlags WPF) { in getProtStr()