Searched refs:DstKey (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | ObjectLinkingLayer.h | 88 virtual void notifyTransferringResources(ResourceKey DstKey, 192 void handleTransferResources(ResourceKey DstKey, ResourceKey SrcKey) override; 215 void notifyTransferringResources(ResourceKey DstKey,
|
| H A D | DebugObjectManagerPlugin.h | 62 void notifyTransferringResources(ResourceKey DstKey,
|
| H A D | RTDyldObjectLinkingLayer.h | 145 void handleTransferResources(ResourceKey DstKey, ResourceKey SrcKey) override;
|
| H A D | MachOPlatform.h | 134 void notifyTransferringResources(ResourceKey DstKey, in notifyTransferringResources() argument
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
| H A D | ObjectLinkingLayer.cpp | 666 void ObjectLinkingLayer::handleTransferResources(ResourceKey DstKey, in handleTransferResources() argument 671 auto &DstAllocs = Allocs[DstKey]; in handleTransferResources() 682 P->notifyTransferringResources(DstKey, SrcKey); in handleTransferResources() 759 ResourceKey DstKey, ResourceKey SrcKey) { in notifyTransferringResources() argument 764 auto DI = EHFrameRanges.find(DstKey); in notifyTransferringResources() 777 EHFrameRanges[DstKey] = std::move(Tmp); in notifyTransferringResources()
|
| H A D | RTDyldObjectLinkingLayer.cpp | 338 void RTDyldObjectLinkingLayer::handleTransferResources(ResourceKey DstKey, in handleTransferResources() argument 343 auto &DstMemMgrs = MemMgrs[DstKey]; in handleTransferResources()
|
| H A D | DebugObjectManagerPlugin.cpp | 481 void DebugObjectManagerPlugin::notifyTransferringResources(ResourceKey DstKey, in notifyTransferringResources() argument 491 RegisteredObjs[DstKey].push_back(std::move(DebugObj)); in notifyTransferringResources()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/ |
| H A D | LLJITWithObjectLinkingLayerPlugin.cpp | 90 void notifyTransferringResources(ResourceKey DstKey, in notifyTransferringResources() argument
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | JITLink.rst | 104 *SrcKey* to *DstKey*. 108 void notifyTransferringResources(ResourceKey DstKey, 143 void notifyTransferringResources(ResourceKey DstKey,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/ |
| H A D | llvm-jitlink.cpp | 849 void notifyTransferringResources(ResourceKey DstKey, in Session() argument
|