Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DObjectLinkingLayer.h83 virtual void notifyTransferringResources(JITDylib &JD, ResourceKey DstKey,
201 void handleTransferResources(JITDylib &JD, ResourceKey DstKey,
225 void notifyTransferringResources(JITDylib &JD, ResourceKey DstKey,
H A DDebuggerSupportPlugin.h
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.h218 void notifyTransferringResources(JITDylib &JD, ResourceKey DstKey, in notifyTransferringResources() argument
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DVTuneSupportPlugin.cpp156 ResourceKey DstKey, in notifyTransferringResources() argument
163 auto &Dest = LoadedMethodIDs[DstKey]; in notifyTransferringResources()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp772 ResourceKey DstKey, in handleTransferResources() argument
777 auto &DstAllocs = Allocs[DstKey]; in handleTransferResources()
788 P->notifyTransferringResources(JD, DstKey, SrcKey); in handleTransferResources()
865 JITDylib &JD, ResourceKey DstKey, ResourceKey SrcKey) { in notifyTransferringResources() argument
870 auto DI = EHFrameRanges.find(DstKey); in notifyTransferringResources()
883 EHFrameRanges[DstKey] = std::move(Tmp); in notifyTransferringResources()
H A DRTDyldObjectLinkingLayer.cpp426 ResourceKey DstKey, in handleTransferResources() argument
431 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()
H A DDebuggerSupportPlugin.cpp
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Debugging/
H A DVTuneSupportPlugin.h42 void notifyTransferringResources(JITDylib &JD, ResourceKey DstKey,