Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h67 RTDyldObjectLinkingLayer &setNotifyLoaded(NotifyLoadedFunction NotifyLoaded) { in setNotifyLoaded() argument
68 this->NotifyLoaded = std::move(NotifyLoaded); in setNotifyLoaded()
148 NotifyLoadedFunction NotifyLoaded; variable
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp269 if (NotifyLoaded) in onObjLoad()
270 NotifyLoaded(R, Obj, LoadedObjInfo); in onObjLoad()