Searched refs:DebugObjectManagerPlugin (Results 1 – 3 of 3) sorted by relevance
48 class DebugObjectManagerPlugin : public ObjectLinkingLayer::Plugin {51 DebugObjectManagerPlugin(ExecutionSession &ES,69 DebugObjectManagerPlugin(ExecutionSession &ES,72 ~DebugObjectManagerPlugin();
390 DebugObjectManagerPlugin::DebugObjectManagerPlugin( in DebugObjectManagerPlugin() function in llvm::orc::DebugObjectManagerPlugin397 DebugObjectManagerPlugin::DebugObjectManagerPlugin( in DebugObjectManagerPlugin() function in llvm::orc::DebugObjectManagerPlugin399 : DebugObjectManagerPlugin(ES, std::move(Target), true, true) {} in DebugObjectManagerPlugin()401 DebugObjectManagerPlugin::~DebugObjectManagerPlugin() = default;403 void DebugObjectManagerPlugin::notifyMaterializing( in notifyMaterializing()426 void DebugObjectManagerPlugin::modifyPassConfig( in modifyPassConfig()447 Error DebugObjectManagerPlugin::notifyEmitted( in notifyEmitted()487 Error DebugObjectManagerPlugin::notifyFailed( in notifyFailed()494 void DebugObjectManagerPlugin::notifyTransferringResources(JITDylib &JD, in notifyTransferringResources()510 Error DebugObjectManagerPlugin::notifyRemovingResources(JITDylib &JD, in notifyRemovingResources()
733 SRCS_EXT+= ExecutionEngine/Orc/DebugObjectManagerPlugin.cpp