Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DTargetProcessControlTypes.h34 struct RemoteAllocGroup { struct
35 RemoteAllocGroup() = default;
36 RemoteAllocGroup(MemProt Prot) : Prot(Prot) {} in RemoteAllocGroup() function
37 RemoteAllocGroup(MemProt Prot, bool FinalizeLifetime) in RemoteAllocGroup() function
39 RemoteAllocGroup(const AllocGroup &AG) : Prot(AG.getMemProt()) { in RemoteAllocGroup() function
50 RemoteAllocGroup RAG; argument
62 RemoteAllocGroup RAG;
150 class SPSSerializationTraits<SPSRemoteAllocGroup, tpctypes::RemoteAllocGroup> {
159 static size_t size(const tpctypes::RemoteAllocGroup &RAG) { in size()
165 const tpctypes::RemoteAllocGroup &RAG) { in serialize()
[all …]