Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRPCExecutorProcessControl.h49 TargetAllocs(std::move(TargetAllocs)) { in OrcRPCAllocation()
50 assert(HostAllocs.size() == TargetAllocs.size() && in OrcRPCAllocation()
55 assert(TargetAllocs.empty() && "failed to deallocate"); in ~OrcRPCAllocation()
66 auto I = TargetAllocs.find(Seg); in getTargetMemory()
77 assert(TargetAllocs.count(KV.first) && in finalizeAsync()
80 auto &TA = TargetAllocs[KV.first]; in finalizeAsync()
133 for (auto &KV : TargetAllocs) in deallocate()
137 TargetAllocs.clear(); in deallocate()
145 TargetAllocMap TargetAllocs; variable
196 TargetAllocMap TargetAllocs; in allocate() local
[all …]