Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h214 if (this->Parent.NotifyFreed && ObjForNotify.getBinary()) in ~ConcreteLinkedObject()
215 this->Parent.NotifyFreed(K, *ObjForNotify.getBinary()); in ~ConcreteLinkedObject()
253 if (this->Parent.NotifyFreed) in finalize()
348 NotifyFreedFtor NotifyFreed = NotifyFreedFtor())
352 NotifyFreed(std::move(NotifyFreed)), in ES()
449 NotifyFreedFtor NotifyFreed; variable