Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorMemoryManager.cpp76 std::pair<void *, Allocation> AllocToDestroy; in finalize() local
91 AllocToDestroy = std::move(*I); in finalize()
102 sys::MemoryBlock MB(AllocToDestroy.first, AllocToDestroy.second.Size); in finalize()