Searched refs:DebugObjectManagerPlugin (Results 1 – 8 of 8) sorted by relevance
48 class DebugObjectManagerPlugin : public ObjectLinkingLayer::Plugin {50 DebugObjectManagerPlugin(ExecutionSession &ES,52 ~DebugObjectManagerPlugin();
400 DebugObjectManagerPlugin::DebugObjectManagerPlugin( in DebugObjectManagerPlugin() function in llvm::orc::DebugObjectManagerPlugin404 DebugObjectManagerPlugin::~DebugObjectManagerPlugin() = default;406 void DebugObjectManagerPlugin::notifyMaterializing( in notifyMaterializing()423 void DebugObjectManagerPlugin::modifyPassConfig( in modifyPassConfig()444 Error DebugObjectManagerPlugin::notifyEmitted( in notifyEmitted()483 Error DebugObjectManagerPlugin::notifyFailed( in notifyFailed()490 void DebugObjectManagerPlugin::notifyTransferringResources(ResourceKey DstKey, in notifyTransferringResources()505 Error DebugObjectManagerPlugin::notifyRemovingResources(ResourceKey Key) { in notifyRemovingResources()
9 DebugObjectManagerPlugin.cpp
19 "DebugObjectManagerPlugin.cpp",
41 std::make_unique<DebugObjectManagerPlugin>(ES, std::move(*Registrar))); in addDebugSupport()
998 L->addPlugin(std::make_unique<orc::DebugObjectManagerPlugin>( in runOrcJIT()
1094 ObjLayer.addPlugin(std::make_unique<DebugObjectManagerPlugin>( in Session()
5288 llvm/include/llvm/ExecutionEngine/Orc/DebugObjectManagerPlugin.h6027 llvm/lib/ExecutionEngine/Orc/DebugObjectManagerPlugin.cpp