Home
last modified time | relevance | path

Searched refs:ResourceKey (Results 1 – 14 of 14) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DObjectLinkingLayer.h82 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 DDebugObjectManagerPlugin.h80 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 DRTDyldObjectLinkingLayer.h142 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 DCOFFPlatform.h111 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 DELFNixPlatform.h149 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 DMachOPlatform.h200 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 DCore.h53 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 DDebugInfoSupport.h40 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 DDebuggerSupportPlugin.h44 Error notifyRemovingResources(JITDylib &JD, ResourceKey K) override;
46 void notifyTransferringResources(JITDylib &JD, ResourceKey DstKey,
47 ResourceKey SrcKey) override;
H A DPerfSupportPlugin.h44 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 DObjectLinkingLayer.cpp717 [&](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 DRTDyldObjectLinkingLayer.cpp388 [&](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 DDebugObjectManagerPlugin.cpp476 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 DDebuggerSupportPlugin.cpp345 JITDylib &JD, ResourceKey K) { in notifyRemovingResources()
350 JITDylib &JD, ResourceKey DstKey, ResourceKey SrcKey) {} in notifyTransferringResources()