Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.h64 RTDyldObjectLinkingLayer &setNotifyLoaded(NotifyLoadedFunction NotifyLoaded) { in setNotifyLoaded() argument
65 this->NotifyLoaded = std::move(NotifyLoaded); in setNotifyLoaded()
130 NotifyLoadedFunction NotifyLoaded; variable
254 if (Parent.NotifyLoaded) in finalize()
255 Parent.NotifyLoaded(K, *PFC->Obj.getBinary(), *Info); in finalize()
361 NotifyLoadedFtor NotifyLoaded = NotifyLoadedFtor(),
372 NotifyLoadedFtor NotifyLoaded = NotifyLoadedFtor(),
376 NotifyLoaded(std::move(NotifyLoaded)), in ES()
471 NotifyLoadedFtor NotifyLoaded; variable
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.h64 RTDyldObjectLinkingLayer &setNotifyLoaded(NotifyLoadedFunction NotifyLoaded) { in setNotifyLoaded() argument
65 this->NotifyLoaded = std::move(NotifyLoaded); in setNotifyLoaded()
145 NotifyLoadedFunction NotifyLoaded; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.cpp237 if (NotifyLoaded) in onObjLoad()
238 NotifyLoaded(K, Obj, *LoadedObjInfo); in onObjLoad()
264 NotifyLoadedFtor NotifyLoaded, NotifyFinalizedFtor NotifyFinalized, in LegacyRTDyldObjectLinkingLayer() argument
267 NotifyLoaded(std::move(NotifyLoaded)), in LegacyRTDyldObjectLinkingLayer()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DObjectLinkingLayer.h224 NotifyLoadedFtor NotifyLoaded = NotifyLoadedFtor(),
226 : NotifyLoaded(std::move(NotifyLoaded)), in NotifyLoaded() function
262 this->NotifyLoaded(H, Objs, LoadedObjInfos); in addObjectSet()
349 NotifyLoadedFtor NotifyLoaded; variable
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.cpp266 if (NotifyLoaded) in onObjLoad()
267 NotifyLoaded(R, Obj, LoadedObjInfo); in onObjLoad()