Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/Orc/
DObjectLinkingLayer.h158 NotifyLoadedFtor NotifyLoaded = NotifyLoadedFtor(),
160 : NotifyLoaded(std::move(NotifyLoaded)), in NotifyLoaded() function
191 NotifyLoaded(Handle, Objects, LoadedObjInfos); in addObjectSet()
277 NotifyLoadedFtor NotifyLoaded; variable