Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericJITLinkMemoryManager.cpp131 Error DeallocErr) mutable { in deallocate() argument
133 cantFail(std::move(DeallocErr)); in deallocate()
136 OnDeallocated(std::move(DeallocErr)); in deallocate()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp458 Error DeallocErr = Error::success(); in deallocate() local
467 DeallocErr = joinErrors(std::move(DeallocErr), std::move(Err)); in deallocate()
473 DeallocErr = joinErrors(std::move(DeallocErr), errorCodeToError(EC)); in deallocate()
479 OnDeallocated(std::move(DeallocErr)); in deallocate()