Searched refs:handleTransferResources (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | RTDyldObjectLinkingLayer.h | 143 void handleTransferResources(JITDylib &JD, ResourceKey DstKey,
|
H A D | ObjectLinkingLayer.h | 201 void handleTransferResources(JITDylib &JD, ResourceKey DstKey,
|
H A D | Core.h | 108 virtual void handleTransferResources(JITDylib &JD, ResourceKey DstK,
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | RTDyldObjectLinkingLayer.cpp | 425 void RTDyldObjectLinkingLayer::handleTransferResources(JITDylib &JD, in handleTransferResources() function in llvm::orc::RTDyldObjectLinkingLayer
|
H A D | ObjectLinkingLayer.cpp | 771 void ObjectLinkingLayer::handleTransferResources(JITDylib &JD, in handleTransferResources() function in llvm::orc::ObjectLinkingLayer
|
H A D | Core.cpp | 2237 L->handleTransferResources(JD, DstRT.getKeyUnsafe(), in transferResourceTracker()
|