Searched refs:DebugObjectManagerPlugin (Results 1 – 3 of 3) sorted by relevance
49 class LLVM_ABI DebugObjectManagerPlugin : public ObjectLinkingLayer::Plugin {52 DebugObjectManagerPlugin(ExecutionSession &ES,70 DebugObjectManagerPlugin(ExecutionSession &ES,73 ~DebugObjectManagerPlugin();
389 DebugObjectManagerPlugin::DebugObjectManagerPlugin( in DebugObjectManagerPlugin() function in llvm::orc::DebugObjectManagerPlugin396 DebugObjectManagerPlugin::DebugObjectManagerPlugin( in DebugObjectManagerPlugin() function in llvm::orc::DebugObjectManagerPlugin398 : DebugObjectManagerPlugin(ES, std::move(Target), true, true) {} in DebugObjectManagerPlugin()400 DebugObjectManagerPlugin::~DebugObjectManagerPlugin() = default;402 void DebugObjectManagerPlugin::notifyMaterializing( in notifyMaterializing()425 void DebugObjectManagerPlugin::modifyPassConfig( in modifyPassConfig()446 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()
810 SRCS_EXT+= ExecutionEngine/Orc/DebugObjectManagerPlugin.cpp