Searched refs:DebugObjectManagerPlugin (Results 1 – 4 of 4) sorted by relevance
48 class DebugObjectManagerPlugin : public ObjectLinkingLayer::Plugin {50 DebugObjectManagerPlugin(ExecutionSession &ES,52 ~DebugObjectManagerPlugin();
391 DebugObjectManagerPlugin::DebugObjectManagerPlugin( in DebugObjectManagerPlugin() function in llvm::orc::DebugObjectManagerPlugin395 DebugObjectManagerPlugin::~DebugObjectManagerPlugin() = default;397 void DebugObjectManagerPlugin::notifyMaterializing( in notifyMaterializing()414 void DebugObjectManagerPlugin::modifyPassConfig( in modifyPassConfig()435 Error DebugObjectManagerPlugin::notifyEmitted( in notifyEmitted()474 Error DebugObjectManagerPlugin::notifyFailed( in notifyFailed()481 void DebugObjectManagerPlugin::notifyTransferringResources(ResourceKey DstKey, in notifyTransferringResources()496 Error DebugObjectManagerPlugin::notifyRemovingResources(ResourceKey Key) { in notifyRemovingResources()
940 L->addPlugin(std::make_unique<orc::DebugObjectManagerPlugin>( in runOrcJIT()
636 SRCS_EXT+= ExecutionEngine/Orc/DebugObjectManagerPlugin.cpp