Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.h196 using NotifyLoadedFtor = variable
361 NotifyLoadedFtor NotifyLoaded = NotifyLoadedFtor(),
372 NotifyLoadedFtor NotifyLoaded = NotifyLoadedFtor(),
471 NotifyLoadedFtor NotifyLoaded;
/external/llvm/include/llvm/ExecutionEngine/Orc/
DObjectLinkingLayer.h89 template <typename NotifyLoadedFtor = DoNothingOnNotifyLoaded>
224 NotifyLoadedFtor NotifyLoaded = NotifyLoadedFtor(),
349 NotifyLoadedFtor NotifyLoaded;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.cpp264 NotifyLoadedFtor NotifyLoaded, NotifyFinalizedFtor NotifyFinalized, in LegacyRTDyldObjectLinkingLayer()