Searched refs:notifyRemovingResources (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | ObjectLinkingLayer.h | 82 virtual Error notifyRemovingResources(JITDylib &JD, ResourceKey K) = 0; 224 Error notifyRemovingResources(JITDylib &JD, ResourceKey K) override;
|
H A D | DebuggerSupportPlugin.h |
|
H A D | DebugObjectManagerPlugin.h | 80 Error notifyRemovingResources(JITDylib &JD, ResourceKey K) override;
|
H A D | COFFPlatform.h | 111 Error notifyRemovingResources(JITDylib &JD, ResourceKey K) override { in notifyRemovingResources() function
|
H A D | ELFNixPlatform.h | 149 Error notifyRemovingResources(JITDylib &JD, ResourceKey K) override { in notifyRemovingResources() function
|
H A D | MachOPlatform.h | 214 Error notifyRemovingResources(JITDylib &JD, ResourceKey K) override { in notifyRemovingResources() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Debugging/ |
H A D | VTuneSupportPlugin.h | 41 Error notifyRemovingResources(JITDylib &JD, ResourceKey K) override;
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/ |
H A D | VTuneSupportPlugin.cpp | 133 Error VTuneSupportPlugin::notifyRemovingResources(JITDylib &JD, ResourceKey K) { in notifyRemovingResources() function in VTuneSupportPlugin
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | ObjectLinkingLayer.cpp | 751 Err = joinErrors(std::move(Err), P->notifyRemovingResources(JD, K)); in handleRemoveResources() 840 Error EHFrameRegistrationPlugin::notifyRemovingResources(JITDylib &JD, in notifyRemovingResources() function in llvm::orc::EHFrameRegistrationPlugin
|
H A D | DebuggerSupportPlugin.cpp |
|
H A D | DebugObjectManagerPlugin.cpp | 510 Error DebugObjectManagerPlugin::notifyRemovingResources(JITDylib &JD, in notifyRemovingResources() function in llvm::orc::DebugObjectManagerPlugin
|