Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.cpp83 NotifyLoadedFunction NotifyLoaded, NotifyFinalizedFunction NotifyFinalized) in RTDyldObjectLinkingLayer2() argument
85 NotifyLoaded(std::move(NotifyLoaded)), in RTDyldObjectLinkingLayer2()
143 if (NotifyLoaded) in emit()
144 NotifyLoaded(K, **ObjFile, *Info); in emit()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.h56 NotifyLoadedFunction NotifyLoaded = NotifyLoadedFunction(),
81 NotifyLoadedFunction NotifyLoaded; variable
204 if (Parent.NotifyLoaded) in finalize()
205 Parent.NotifyLoaded(K, *PFC->Obj.getBinary(), *Info); in finalize()
305 NotifyLoadedFtor NotifyLoaded = NotifyLoadedFtor(),
309 NotifyLoaded(std::move(NotifyLoaded)), in ES()
407 NotifyLoadedFtor NotifyLoaded; variable
/external/llvm/include/llvm/ExecutionEngine/Orc/
DObjectLinkingLayer.h224 NotifyLoadedFtor NotifyLoaded = NotifyLoadedFtor(),
226 : NotifyLoaded(std::move(NotifyLoaded)), in NotifyLoaded() argument
262 this->NotifyLoaded(H, Objs, LoadedObjInfos); in addObjectSet()
349 NotifyLoadedFtor NotifyLoaded; variable