Home
last modified time | relevance | path

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

/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