Searched refs:notifyRemovingResources (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.h60 Error notifyRemovingResources(ResourceKey K) override;
H A DObjectLinkingLayer.h87 virtual Error notifyRemovingResources(ResourceKey K) = 0;
214 Error notifyRemovingResources(ResourceKey K) override;
H A DMachOPlatform.h130 Error notifyRemovingResources(ResourceKey K) override {
/netbsd-current/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/
H A DLLJITWithObjectLinkingLayerPlugin.cpp86 Error notifyRemovingResources(ResourceKey K) override {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp647 Err = joinErrors(std::move(Err), P->notifyRemovingResources(K));
734 Error EHFrameRegistrationPlugin::notifyRemovingResources(ResourceKey K) { function in class:EHFrameRegistrationPlugin
H A DDebugObjectManagerPlugin.cpp496 Error DebugObjectManagerPlugin::notifyRemovingResources(ResourceKey Key) { function in class:llvm::orc::DebugObjectManagerPlugin
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp846 Error notifyRemovingResources(ResourceKey K) override {

Completed in 203 milliseconds