Searched refs:DstKey (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.h62 void notifyTransferringResources(ResourceKey DstKey,
H A DObjectLinkingLayer.h88 virtual void notifyTransferringResources(ResourceKey DstKey,
192 void handleTransferResources(ResourceKey DstKey, ResourceKey SrcKey) override;
215 void notifyTransferringResources(ResourceKey DstKey,
H A DRTDyldObjectLinkingLayer.h145 void handleTransferResources(ResourceKey DstKey, ResourceKey SrcKey) override;
H A DMachOPlatform.h134 void notifyTransferringResources(ResourceKey DstKey,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp666 void ObjectLinkingLayer::handleTransferResources(ResourceKey DstKey, argument
671 auto &DstAllocs = Allocs[DstKey];
677 // invalidated when we looked up DstKey.
682 P->notifyTransferringResources(DstKey, SrcKey);
759 ResourceKey DstKey, ResourceKey SrcKey) {
764 auto DI = EHFrameRanges.find(DstKey);
777 EHFrameRanges[DstKey] = std::move(Tmp);
758 notifyTransferringResources( ResourceKey DstKey, ResourceKey SrcKey) argument
H A DRTDyldObjectLinkingLayer.cpp338 void RTDyldObjectLinkingLayer::handleTransferResources(ResourceKey DstKey, argument
343 auto &DstMemMgrs = MemMgrs[DstKey];
349 // invalidated when we looked up DstKey.
H A DDebugObjectManagerPlugin.cpp481 void DebugObjectManagerPlugin::notifyTransferringResources(ResourceKey DstKey, argument
491 RegisteredObjs[DstKey].push_back(std::move(DebugObj));
/netbsd-current/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/
H A DLLJITWithObjectLinkingLayerPlugin.cpp90 void notifyTransferringResources(ResourceKey DstKey,
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp849 void notifyTransferringResources(ResourceKey DstKey,

Completed in 210 milliseconds