Searched refs:IndirectStubAllocs (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.h159 std::vector<FinalizedAlloc> IndirectStubAllocs; member in class:llvm::orc::EPCIndirectionUtils
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp276 auto Err = MemMgr.deallocate(std::move(IndirectStubAllocs));
383 IndirectStubAllocs.push_back(std::move(*FA));

Completed in 167 milliseconds