Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/include/llvm/ExecutionEngine/Orc/
H A DObjectLinkingLayer.h226 : NotifyLoaded(std::move(NotifyLoaded)), in NotifyLoaded() argument
349 NotifyLoadedFtor NotifyLoaded; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h64 RTDyldObjectLinkingLayer &setNotifyLoaded(NotifyLoadedFunction NotifyLoaded) { in setNotifyLoaded()
130 NotifyLoadedFunction NotifyLoaded; variable
471 NotifyLoadedFtor NotifyLoaded; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.h66 RTDyldObjectLinkingLayer &setNotifyLoaded(NotifyLoadedFunction NotifyLoaded) { in setNotifyLoaded()
148 NotifyLoadedFunction NotifyLoaded; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.h66 RTDyldObjectLinkingLayer &setNotifyLoaded(NotifyLoadedFunction NotifyLoaded) { in setNotifyLoaded()
148 NotifyLoadedFunction NotifyLoaded; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.h66 RTDyldObjectLinkingLayer &setNotifyLoaded(NotifyLoadedFunction NotifyLoaded) { in setNotifyLoaded()
148 NotifyLoadedFunction NotifyLoaded; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h67 RTDyldObjectLinkingLayer &setNotifyLoaded(NotifyLoadedFunction NotifyLoaded) { in setNotifyLoaded()
149 NotifyLoadedFunction NotifyLoaded; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.h66 RTDyldObjectLinkingLayer &setNotifyLoaded(NotifyLoadedFunction NotifyLoaded) { in setNotifyLoaded()
148 NotifyLoadedFunction NotifyLoaded; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp264 NotifyLoadedFtor NotifyLoaded, NotifyFinalizedFtor NotifyFinalized, in LegacyRTDyldObjectLinkingLayer()