Searched refs:finalizeAsync (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h75 virtual void finalizeAsync(FinalizeContinuation OnFinalize) = 0;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp37 void finalizeAsync(FinalizeContinuation OnFinalize) override {
H A DJITLinkGeneric.cpp121 Alloc->finalizeAsync(std::move(Phase3Continuation));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h551 static void finalizeAsync(std::unique_ptr<RuntimeDyldImpl> This,
H A DRuntimeDyld.cpp1191 void RuntimeDyldImpl::finalizeAsync( function in class:llvm::RuntimeDyldImpl
1229 "when finalizing with finalizeAsync.");
1430 RuntimeDyldImpl::finalizeAsync(std::move(RTDyld.Dyld), std::move(OnEmitted),

Completed in 193 milliseconds