Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DExecutorSharedMemoryMapperService.cpp214 std::vector<ExecutorAddr> AllocAddrs; in release() local
230 AllocAddrs.swap(R.Allocations); in release()
234 if (Error E = deinitialize(AllocAddrs)) in release()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DMemoryMapper.cpp123 std::vector<ExecutorAddr> AllocAddrs; in release() local
129 AllocAddrs.swap(R.Allocations); in release()
135 deinitialize(AllocAddrs, [&](Error Err) { P.set_value(std::move(Err)); }); in release()