Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.h228 if (this->Parent.NotifyFreed && ObjForNotify.getBinary()) in ~ConcreteLinkedObject()
229 this->Parent.NotifyFreed(K, *ObjForNotify.getBinary()); in ~ConcreteLinkedObject()
267 if (this->Parent.NotifyFreed) in finalize()
363 NotifyFreedFtor NotifyFreed = NotifyFreedFtor()),
374 NotifyFreedFtor NotifyFreed = NotifyFreedFtor())
378 NotifyFreed(std::move(NotifyFreed)), ProcessAllSections(false) {} in ES()
473 NotifyFreedFtor NotifyFreed; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.cpp265 NotifyFreedFtor NotifyFreed) in LegacyRTDyldObjectLinkingLayer() argument
269 NotifyFreed(std::move(NotifyFreed)), ProcessAllSections(false) {} in LegacyRTDyldObjectLinkingLayer()