Searched refs:handleRemoveResources (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | RTDyldObjectLinkingLayer.h | 144 Error handleRemoveResources(JITDylib &JD, ResourceKey K) override;
|
| H A D | LinkGraphLinkingLayer.h | 164 Error handleRemoveResources(JITDylib &JD, ResourceKey K) override;
|
| H A D | ReOptimizeLayer.h | 92 Error handleRemoveResources(JITDylib &JD, ResourceKey K) override;
|
| H A D | LazyReexports.h | 231 Error handleRemoveResources(JITDylib &JD, ResourceKey K) override;
|
| H A D | Core.h | 133 virtual Error handleRemoveResources(JITDylib &JD, ResourceKey K) = 0;
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | ReOptimizeLayer.cpp | 265 Error ReOptimizeLayer::handleRemoveResources(JITDylib &JD, ResourceKey K) { in handleRemoveResources() function in ReOptimizeLayer
|
| H A D | RTDyldObjectLinkingLayer.cpp | 409 Error RTDyldObjectLinkingLayer::handleRemoveResources(JITDylib &JD, in handleRemoveResources() function in llvm::orc::RTDyldObjectLinkingLayer
|
| H A D | LinkGraphLinkingLayer.cpp | 532 Error LinkGraphLinkingLayer::handleRemoveResources(JITDylib &JD, in handleRemoveResources() function in llvm::orc::LinkGraphLinkingLayer
|
| H A D | LazyReexports.cpp | 297 Error LazyReexportsManager::handleRemoveResources(JITDylib &JD, ResourceKey K) { in handleRemoveResources() function in llvm::orc::LazyReexportsManager
|
| H A D | Core.cpp | 2204 L->handleRemoveResources(JD, RT.getKeyUnsafe())); in removeResourceTracker()
|