Searched refs:DebugObjectManagerPlugin (Results 1 – 18 of 18) sorted by relevance
48 class DebugObjectManagerPlugin : public ObjectLinkingLayer::Plugin {50 DebugObjectManagerPlugin(ExecutionSession &ES,52 ~DebugObjectManagerPlugin();
405 DebugObjectManagerPlugin::DebugObjectManagerPlugin( in DebugObjectManagerPlugin() function in llvm::orc::DebugObjectManagerPlugin409 DebugObjectManagerPlugin::~DebugObjectManagerPlugin() = default;411 void DebugObjectManagerPlugin::notifyMaterializing( in notifyMaterializing()428 void DebugObjectManagerPlugin::modifyPassConfig( in modifyPassConfig()449 Error DebugObjectManagerPlugin::notifyEmitted( in notifyEmitted()488 Error DebugObjectManagerPlugin::notifyFailed( in notifyFailed()495 void DebugObjectManagerPlugin::notifyTransferringResources(JITDylib &JD, in notifyTransferringResources()511 Error DebugObjectManagerPlugin::notifyRemovingResources(JITDylib &JD, in notifyRemovingResources()
11 DebugObjectManagerPlugin.cpp
23 "DebugObjectManagerPlugin.cpp",
75 DebugObjectManagerPlugin.cpp \
41 std::make_unique<DebugObjectManagerPlugin>(ES, std::move(*Registrar))); in addDebugSupport()
942 L->addPlugin(std::make_unique<orc::DebugObjectManagerPlugin>( in runOrcJIT()
1026 ObjLayer.addPlugin(std::make_unique<DebugObjectManagerPlugin>( in Session()
1828 ./usr/include/llvm/ExecutionEngine/Orc/DebugObjectManagerPlugin.h
1827 ./usr/include/llvm/ExecutionEngine/Orc/DebugObjectManagerPlugin.h
1826 ./usr/include/llvm/ExecutionEngine/Orc/DebugObjectManagerPlugin.h
5279 llvm/include/llvm/ExecutionEngine/Orc/DebugObjectManagerPlugin.h6015 llvm/lib/ExecutionEngine/Orc/DebugObjectManagerPlugin.cpp