Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.h64 RTDyldObjectLinkingLayer &setNotifyLoaded(NotifyLoadedFunction NotifyLoaded) { in setNotifyLoaded()
145 NotifyLoadedFunction NotifyLoaded; variable
/external/llvm/include/llvm/ExecutionEngine/Orc/
DObjectLinkingLayer.h226 : NotifyLoaded(std::move(NotifyLoaded)), in NotifyLoaded() function
349 NotifyLoadedFtor NotifyLoaded; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.h64 RTDyldObjectLinkingLayer &setNotifyLoaded(NotifyLoadedFunction NotifyLoaded) { in setNotifyLoaded()
130 NotifyLoadedFunction NotifyLoaded; variable
471 NotifyLoadedFtor NotifyLoaded; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.cpp264 NotifyLoadedFtor NotifyLoaded, NotifyFinalizedFtor NotifyFinalized, in LegacyRTDyldObjectLinkingLayer()