| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | ObjectLinkingLayer.h | 82 virtual Error notifyRemovingResources(JITDylib &JD, ResourceKey K) = 0; 83 virtual void notifyTransferringResources(JITDylib &JD, ResourceKey DstKey, 84 ResourceKey SrcKey) = 0; 190 Error handleRemoveResources(JITDylib &JD, ResourceKey K) override; 191 void handleTransferResources(JITDylib &JD, ResourceKey DstKey, 192 ResourceKey SrcKey) override; 200 DenseMap<ResourceKey, std::vector<FinalizedAlloc>> Allocs; 214 Error notifyRemovingResources(JITDylib &JD, ResourceKey K) override; 215 void notifyTransferringResources(JITDylib &JD, ResourceKey DstKey, 216 ResourceKey SrcKey) override; [all …]
|
| H A D | DebugObjectManagerPlugin.h | 80 Error notifyRemovingResources(JITDylib &JD, ResourceKey K) override; 82 void notifyTransferringResources(JITDylib &JD, ResourceKey DstKey, 83 ResourceKey SrcKey) override; 94 std::map<ResourceKey, std::vector<OwnedDebugObject>> RegisteredObjs;
|
| H A D | RTDyldObjectLinkingLayer.h | 142 Error handleRemoveResources(JITDylib &JD, ResourceKey K) override; 143 void handleTransferResources(JITDylib &JD, ResourceKey DstKey, 144 ResourceKey SrcKey) override; 153 DenseMap<ResourceKey, std::vector<MemoryManagerUP>> MemMgrs;
|
| H A D | COFFPlatform.h | 111 Error notifyRemovingResources(JITDylib &JD, ResourceKey K) override { in notifyRemovingResources() 115 void notifyTransferringResources(JITDylib &JD, ResourceKey DstKey, in notifyTransferringResources() 116 ResourceKey SrcKey) override {} in notifyTransferringResources()
|
| H A D | ELFNixPlatform.h | 149 Error notifyRemovingResources(JITDylib &JD, ResourceKey K) override { in notifyRemovingResources() 153 void notifyTransferringResources(JITDylib &JD, ResourceKey DstKey, in notifyTransferringResources() 154 ResourceKey SrcKey) override {} in notifyTransferringResources()
|
| H A D | MachOPlatform.h | 200 Error notifyRemovingResources(JITDylib &JD, ResourceKey K) override { in notifyRemovingResources() 204 void notifyTransferringResources(JITDylib &JD, ResourceKey DstKey, in notifyTransferringResources() 205 ResourceKey SrcKey) override {} in notifyTransferringResources()
|
| H A D | Core.h | 53 using ResourceKey = uintptr_t; variable 93 ResourceKey getKeyUnsafe() const { return reinterpret_cast<uintptr_t>(this); } in getKeyUnsafe() 107 virtual Error handleRemoveResources(JITDylib &JD, ResourceKey K) = 0; 108 virtual void handleTransferResources(JITDylib &JD, ResourceKey DstK, 109 ResourceKey SrcK) = 0;
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Debugging/ |
| H A D | DebugInfoSupport.h | 40 Error notifyRemovingResources(JITDylib &JD, ResourceKey K) override { in notifyRemovingResources() 48 void notifyTransferringResources(JITDylib &JD, ResourceKey DstKey, in notifyTransferringResources() 49 ResourceKey SrcKey) override { in notifyTransferringResources()
|
| H A D | DebuggerSupportPlugin.h | 44 Error notifyRemovingResources(JITDylib &JD, ResourceKey K) override; 46 void notifyTransferringResources(JITDylib &JD, ResourceKey DstKey, 47 ResourceKey SrcKey) override;
|
| H A D | PerfSupportPlugin.h | 44 Error notifyRemovingResources(JITDylib &JD, ResourceKey K) override { in notifyRemovingResources() 48 void notifyTransferringResources(JITDylib &JD, ResourceKey DstKey, in notifyTransferringResources() 49 ResourceKey SrcKey) override {} in notifyTransferringResources()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | ObjectLinkingLayer.cpp | 717 [&](ResourceKey K) { Allocs[K].push_back(std::move(FA)); }); in notifyEmitted() 720 Error ObjectLinkingLayer::handleRemoveResources(JITDylib &JD, ResourceKey K) { in handleRemoveResources() 746 ResourceKey DstKey, in handleTransferResources() 747 ResourceKey SrcKey) { in handleTransferResources() 801 [&](ResourceKey K) { EHFrameRanges[K].push_back(EmittedRange); })) in notifyEmitted() 815 ResourceKey K) { in notifyRemovingResources() 839 JITDylib &JD, ResourceKey DstKey, ResourceKey SrcKey) { in notifyTransferringResources()
|
| H A D | RTDyldObjectLinkingLayer.cpp | 388 [&](ResourceKey K) { MemMgrs[K].push_back(std::move(MemMgr)); })) { in onObjEmit() 395 ResourceKey K) { in handleRemoveResources() 420 ResourceKey DstKey, in handleTransferResources() 421 ResourceKey SrcKey) { in handleTransferResources()
|
| H A D | DebugObjectManagerPlugin.cpp | 476 FinalizePromise.set_value(MR.withResourceKeyDo([&](ResourceKey K) { in notifyEmitted() 495 ResourceKey DstKey, in notifyTransferringResources() 496 ResourceKey SrcKey) { in notifyTransferringResources() 511 ResourceKey Key) { in notifyRemovingResources()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/ |
| H A D | DebuggerSupportPlugin.cpp | 345 JITDylib &JD, ResourceKey K) { in notifyRemovingResources() 350 JITDylib &JD, ResourceKey DstKey, ResourceKey SrcKey) {} in notifyTransferringResources()
|