Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.h178 if (this->Parent.NotifyFreed) in ~ConcreteLinkedObject()
179 this->Parent.NotifyFreed(K, *ObjForNotify.getBinary()); in ~ConcreteLinkedObject()
217 if (this->Parent.NotifyFreed) in finalize()
307 NotifyFreedFtor NotifyFreed = NotifyFreedFtor())
311 NotifyFreed(std::move(NotifyFreed)), in ES()
409 NotifyFreedFtor NotifyFreed; variable