Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DObjectLinkingLayer.h88 virtual void notifyTransferringResources(ResourceKey DstKey,
215 void notifyTransferringResources(ResourceKey DstKey,
H A DDebugObjectManagerPlugin.h62 void notifyTransferringResources(ResourceKey DstKey,
H A DMachOPlatform.h134 void notifyTransferringResources(ResourceKey DstKey, in notifyTransferringResources() function
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/
H A DLLJITWithObjectLinkingLayerPlugin.cpp90 void notifyTransferringResources(ResourceKey DstKey, in notifyTransferringResources() function in MyPlugin
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp682 P->notifyTransferringResources(DstKey, SrcKey); in handleTransferResources()
758 void EHFrameRegistrationPlugin::notifyTransferringResources( in notifyTransferringResources() function in llvm::orc::EHFrameRegistrationPlugin
H A DDebugObjectManagerPlugin.cpp481 void DebugObjectManagerPlugin::notifyTransferringResources(ResourceKey DstKey, in notifyTransferringResources() function in llvm::orc::DebugObjectManagerPlugin
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DJITLink.rst102 * ``notifyTransferringResources`` is called if/when a request is made to
108 void notifyTransferringResources(ResourceKey DstKey,
112 ``notifyRemovingResources``, and ``notifyTransferringResources`` methods in
143 void notifyTransferringResources(ResourceKey DstKey,
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp849 void notifyTransferringResources(ResourceKey DstKey, in Session() function in llvm::Session::Session::JITLinkSessionPlugin