Lines Matching defs:DebugObjectManagerPlugin
1 //===------- DebugObjectManagerPlugin.cpp - JITLink debug objects ---------===//
14 #include "llvm/ExecutionEngine/Orc/DebugObjectManagerPlugin.h"
389 DebugObjectManagerPlugin::DebugObjectManagerPlugin(
396 DebugObjectManagerPlugin::DebugObjectManagerPlugin(
398 : DebugObjectManagerPlugin(ES, std::move(Target), true, true) {}
400 DebugObjectManagerPlugin::~DebugObjectManagerPlugin() = default;
402 void DebugObjectManagerPlugin::notifyMaterializing(
425 void DebugObjectManagerPlugin::modifyPassConfig(
446 Error DebugObjectManagerPlugin::notifyEmitted(
486 Error DebugObjectManagerPlugin::notifyFailed(
493 void DebugObjectManagerPlugin::notifyTransferringResources(JITDylib &JD,
509 Error DebugObjectManagerPlugin::notifyRemovingResources(JITDylib &JD,