Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DObjectLinkingLayer.h85 ResourceKey SrcKey) = 0;
193 ResourceKey SrcKey) override;
217 ResourceKey SrcKey) override;
H A DDebuggerSupportPlugin.h47 ResourceKey SrcKey) override;
H A DDebugObjectManagerPlugin.h63 ResourceKey SrcKey) override;
H A DRTDyldObjectLinkingLayer.h145 ResourceKey SrcKey) override;
H A DCOFFPlatform.h112 ResourceKey SrcKey) override {} in notifyTransferringResources() argument
H A DMachOPlatform.h144 ResourceKey SrcKey) override {} in notifyTransferringResources() argument
H A DELFNixPlatform.h151 ResourceKey SrcKey) override {} in notifyTransferringResources() argument
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp710 ResourceKey SrcKey) { in handleTransferResources() argument
711 auto I = Allocs.find(SrcKey); in handleTransferResources()
721 Allocs.erase(SrcKey); in handleTransferResources()
725 P->notifyTransferringResources(JD, DstKey, SrcKey); in handleTransferResources()
802 JITDylib &JD, ResourceKey DstKey, ResourceKey SrcKey) { in notifyTransferringResources() argument
803 auto SI = EHFrameRanges.find(SrcKey); in notifyTransferringResources()
H A DRTDyldObjectLinkingLayer.cpp420 ResourceKey SrcKey) { in handleTransferResources() argument
421 auto I = MemMgrs.find(SrcKey); in handleTransferResources()
431 MemMgrs.erase(SrcKey); in handleTransferResources()
H A DDebugObjectManagerPlugin.cpp497 ResourceKey SrcKey) { in notifyTransferringResources() argument
501 auto SrcIt = RegisteredObjs.find(SrcKey); in notifyTransferringResources()
H A DDebuggerSupportPlugin.cpp398 JITDylib &JD, ResourceKey DstKey, ResourceKey SrcKey) {} in notifyTransferringResources() argument
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/
H A DLLJITWithObjectLinkingLayerPlugin.cpp91 ResourceKey SrcKey) override {} in notifyTransferringResources() argument
/openbsd-src/gnu/llvm/llvm/docs/
H A DJITLink.rst104 *SrcKey* to *DstKey*.
109 ResourceKey SrcKey)
144 ResourceKey SrcKey) override {}
/openbsd-src/gnu/llvm/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp952 ResourceKey SrcKey) override {} in Session() argument