Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DExecutorSharedMemoryMapperService.cpp217 std::vector<ExecutorAddr> AllocAddrs; in release() local
233 AllocAddrs.swap(R.Allocations); in release()
237 if (Error E = deinitialize(AllocAddrs)) in release()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMemoryMapper.cpp142 std::vector<ExecutorAddr> AllocAddrs; in release() local
148 AllocAddrs.swap(R.Allocations); in release()
154 deinitialize(AllocAddrs, [&](Error Err) { P.set_value(std::move(Err)); }); in release()