| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | ObjectLinkingLayer.h | 84 virtual void notifyTransferringResources(JITDylib &JD, ResourceKey DstKey, 192 void handleTransferResources(JITDylib &JD, ResourceKey DstKey, 216 void notifyTransferringResources(JITDylib &JD, ResourceKey DstKey,
|
| H A D | DebuggerSupportPlugin.h | 46 void notifyTransferringResources(JITDylib &JD, ResourceKey DstKey,
|
| H A D | DebugObjectManagerPlugin.h | 62 void notifyTransferringResources(JITDylib &JD, ResourceKey DstKey,
|
| H A D | RTDyldObjectLinkingLayer.h | 144 void handleTransferResources(JITDylib &JD, ResourceKey DstKey,
|
| H A D | COFFPlatform.h | 111 void notifyTransferringResources(JITDylib &JD, ResourceKey DstKey, in notifyTransferringResources() argument
|
| H A D | MachOPlatform.h | 143 void notifyTransferringResources(JITDylib &JD, ResourceKey DstKey, in notifyTransferringResources() argument
|
| H A D | ELFNixPlatform.h | 150 void notifyTransferringResources(JITDylib &JD, ResourceKey DstKey, in notifyTransferringResources() argument
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | ObjectLinkingLayer.cpp | 709 ResourceKey DstKey, in handleTransferResources() argument 714 auto &DstAllocs = Allocs[DstKey]; in handleTransferResources() 725 P->notifyTransferringResources(JD, DstKey, SrcKey); in handleTransferResources() 802 JITDylib &JD, ResourceKey DstKey, ResourceKey SrcKey) { in notifyTransferringResources() argument 807 auto DI = EHFrameRanges.find(DstKey); in notifyTransferringResources() 820 EHFrameRanges[DstKey] = std::move(Tmp); in notifyTransferringResources()
|
| H A D | RTDyldObjectLinkingLayer.cpp | 419 ResourceKey DstKey, in handleTransferResources() argument 424 auto &DstMemMgrs = MemMgrs[DstKey]; in handleTransferResources()
|
| H A D | DebugObjectManagerPlugin.cpp | 496 ResourceKey DstKey, in notifyTransferringResources() argument 506 RegisteredObjs[DstKey].push_back(std::move(DebugObj)); in notifyTransferringResources()
|
| H A D | DebuggerSupportPlugin.cpp | 398 JITDylib &JD, ResourceKey DstKey, ResourceKey SrcKey) {} in notifyTransferringResources() argument
|
| /openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/ |
| H A D | LLJITWithObjectLinkingLayerPlugin.cpp | 90 void notifyTransferringResources(JITDylib &JD, ResourceKey DstKey, in notifyTransferringResources() argument
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | JITLink.rst | 104 *SrcKey* to *DstKey*. 108 void notifyTransferringResources(ResourceKey DstKey, 143 void notifyTransferringResources(ResourceKey DstKey,
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-jitlink/ |
| H A D | llvm-jitlink.cpp | 951 void notifyTransferringResources(JITDylib &JD, ResourceKey DstKey, in Session() argument
|