Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DObjectLinkingLayer.h84 ResourceKey SrcKey) = 0;
192 ResourceKey SrcKey) override;
216 ResourceKey SrcKey) override;
H A DDebugObjectManagerPlugin.h83 ResourceKey SrcKey) override;
H A DRTDyldObjectLinkingLayer.h144 ResourceKey SrcKey) override;
H A DCOFFPlatform.h116 ResourceKey SrcKey) override {} in notifyTransferringResources() argument
H A DELFNixPlatform.h154 ResourceKey SrcKey) override {} in notifyTransferringResources() argument
H A DMachOPlatform.h205 ResourceKey SrcKey) override {} in notifyTransferringResources() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Debugging/
H A DDebugInfoSupport.h49 ResourceKey SrcKey) override { in notifyTransferringResources() argument
H A DDebuggerSupportPlugin.h47 ResourceKey SrcKey) override;
H A DPerfSupportPlugin.h49 ResourceKey SrcKey) override {} in notifyTransferringResources() argument
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp747 ResourceKey SrcKey) { in handleTransferResources() argument
748 auto I = Allocs.find(SrcKey); in handleTransferResources()
758 Allocs.erase(SrcKey); in handleTransferResources()
762 P->notifyTransferringResources(JD, DstKey, SrcKey); in handleTransferResources()
839 JITDylib &JD, ResourceKey DstKey, ResourceKey SrcKey) { in notifyTransferringResources() argument
840 auto SI = EHFrameRanges.find(SrcKey); in notifyTransferringResources()
H A DRTDyldObjectLinkingLayer.cpp421 ResourceKey SrcKey) { in handleTransferResources() argument
422 auto I = MemMgrs.find(SrcKey); in handleTransferResources()
432 MemMgrs.erase(SrcKey); in handleTransferResources()
H A DDebugObjectManagerPlugin.cpp496 ResourceKey SrcKey) { in notifyTransferringResources() argument
500 auto SrcIt = RegisteredObjs.find(SrcKey); in notifyTransferringResources()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupportPlugin.cpp350 JITDylib &JD, ResourceKey DstKey, ResourceKey SrcKey) {} in notifyTransferringResources() argument