Home
last modified time | relevance | path

Searched refs:DstKey (Results 1 – 13 of 13) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DObjectLinkingLayer.h83 virtual void notifyTransferringResources(JITDylib &JD, ResourceKey DstKey,
191 void handleTransferResources(JITDylib &JD, ResourceKey DstKey,
215 void notifyTransferringResources(JITDylib &JD, ResourceKey DstKey,
H A DDebugObjectManagerPlugin.h82 void notifyTransferringResources(JITDylib &JD, ResourceKey DstKey,
H A DRTDyldObjectLinkingLayer.h143 void handleTransferResources(JITDylib &JD, ResourceKey DstKey,
H A DCOFFPlatform.h115 void notifyTransferringResources(JITDylib &JD, ResourceKey DstKey, in notifyTransferringResources() argument
H A DELFNixPlatform.h153 void notifyTransferringResources(JITDylib &JD, ResourceKey DstKey, in notifyTransferringResources() argument
H A DMachOPlatform.h204 void notifyTransferringResources(JITDylib &JD, ResourceKey DstKey, in notifyTransferringResources() argument
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Debugging/
H A DDebugInfoSupport.h48 void notifyTransferringResources(JITDylib &JD, ResourceKey DstKey, in notifyTransferringResources() argument
H A DDebuggerSupportPlugin.h46 void notifyTransferringResources(JITDylib &JD, ResourceKey DstKey,
H A DPerfSupportPlugin.h48 void notifyTransferringResources(JITDylib &JD, ResourceKey DstKey, in notifyTransferringResources() argument
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp746 ResourceKey DstKey, in handleTransferResources() argument
751 auto &DstAllocs = Allocs[DstKey]; in handleTransferResources()
762 P->notifyTransferringResources(JD, DstKey, SrcKey); in handleTransferResources()
839 JITDylib &JD, ResourceKey DstKey, ResourceKey SrcKey) { in notifyTransferringResources() argument
844 auto DI = EHFrameRanges.find(DstKey); in notifyTransferringResources()
857 EHFrameRanges[DstKey] = std::move(Tmp); in notifyTransferringResources()
H A DRTDyldObjectLinkingLayer.cpp420 ResourceKey DstKey, in handleTransferResources() argument
425 auto &DstMemMgrs = MemMgrs[DstKey]; in handleTransferResources()
H A DDebugObjectManagerPlugin.cpp495 ResourceKey DstKey, in notifyTransferringResources() argument
505 RegisteredObjs[DstKey].push_back(std::move(DebugObj)); in notifyTransferringResources()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupportPlugin.cpp350 JITDylib &JD, ResourceKey DstKey, ResourceKey SrcKey) {} in notifyTransferringResources() argument