Searched refs:DebugObjectManagerPlugin (Results 1 – 8 of 8) sorted by relevance
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()
5 DebugObjectManagerPlugin.cpp
48 class DebugObjectManagerPlugin : public ObjectLinkingLayer::Plugin {50 DebugObjectManagerPlugin(ExecutionSession &ES,52 ~DebugObjectManagerPlugin();
12 DebugObjectManagerPlugin.cpp \
19 "DebugObjectManagerPlugin.cpp",
121 std::make_unique<DebugObjectManagerPlugin>(ObjLayer.getExecutionSession(), in addDebugSupport()
949 L->addPlugin(std::make_unique<orc::DebugObjectManagerPlugin>( in runOrcJIT()
868 ObjLayer.addPlugin(std::make_unique<DebugObjectManagerPlugin>( in Session()