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.cpp130 Error DeallocErr) mutable { in deallocate() argument
132 cantFail(std::move(DeallocErr)); in deallocate()
135 OnDeallocated(std::move(DeallocErr)); in deallocate()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp471 Error DeallocErr = Error::success(); in deallocate() local
480 DeallocErr = joinErrors(std::move(DeallocErr), std::move(Err)); in deallocate()
486 DeallocErr = joinErrors(std::move(DeallocErr), errorCodeToError(EC)); in deallocate()
492 OnDeallocated(std::move(DeallocErr)); in deallocate()