Searched defs:DstKey (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/ |
| H A D | ResourceTrackerTest.cpp | 39 HandleTransfer = [this](ResourceKey DstKey, ResourceKey SrcKey) { in SimpleResourceManager() 76 void transferResources(ResourceKey DstKey, ResourceKey SrcKey, in transferResources() 97 void handleTransferResources(ResourceKey DstKey, in handleTransferResources() 102 static void transferNotAllowed(ResourceKey DstKey, ResourceKey SrcKey) { in transferNotAllowed() 292 SRM.setHandleTransfer([&](ResourceKey DstKey, ResourceKey SrcKey) { in TEST_F() 342 SRM.setHandleTransfer([&](ResourceKey DstKey, ResourceKey SrcKey) { in TEST_F() 392 SRM.setHandleTransfer([&](ResourceKey DstKey, ResourceKey SrcKey) { in TEST_F()
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | MachOPlatform.h | 134 void notifyTransferringResources(ResourceKey DstKey, in notifyTransferringResources()
|
| H A D | ELFNixPlatform.h | 150 void notifyTransferringResources(ResourceKey DstKey, in notifyTransferringResources()
|
| /llvm-project-15.0.7/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/ |
| H A D | LLJITWithObjectLinkingLayerPlugin.cpp | 90 void notifyTransferringResources(ResourceKey DstKey, in notifyTransferringResources()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/ |
| H A D | RTDyldObjectLinkingLayer.cpp | 338 void RTDyldObjectLinkingLayer::handleTransferResources(ResourceKey DstKey, in handleTransferResources()
|
| H A D | DebuggerSupportPlugin.cpp | 398 ResourceKey DstKey, ResourceKey SrcKey) {} in notifyTransferringResources()
|
| H A D | ObjectLinkingLayer.cpp | 722 void ObjectLinkingLayer::handleTransferResources(ResourceKey DstKey, in handleTransferResources() 814 ResourceKey DstKey, ResourceKey SrcKey) { in notifyTransferringResources()
|
| H A D | DebugObjectManagerPlugin.cpp | 490 void DebugObjectManagerPlugin::notifyTransferringResources(ResourceKey DstKey, in notifyTransferringResources()
|
| /llvm-project-15.0.7/llvm/tools/llvm-jitlink/ |
| H A D | llvm-jitlink.cpp | 1044 void notifyTransferringResources(ResourceKey DstKey, in Session()
|