Home
last modified time | relevance | path

Searched refs:DebugObjectManagerPlugin (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.h48 class DebugObjectManagerPlugin : public ObjectLinkingLayer::Plugin {
50 DebugObjectManagerPlugin(ExecutionSession &ES,
52 ~DebugObjectManagerPlugin();
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp400 DebugObjectManagerPlugin::DebugObjectManagerPlugin( in DebugObjectManagerPlugin() function in llvm::orc::DebugObjectManagerPlugin
404 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()
H A DCMakeLists.txt9 DebugObjectManagerPlugin.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/
H A DBUILD.gn19 "DebugObjectManagerPlugin.cpp",
/llvm-project-15.0.7/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DRemoteJITUtils.cpp41 std::make_unique<DebugObjectManagerPlugin>(ES, std::move(*Registrar))); in addDebugSupport()
/llvm-project-15.0.7/llvm/tools/lli/
H A Dlli.cpp998 L->addPlugin(std::make_unique<orc::DebugObjectManagerPlugin>( in runOrcJIT()
/llvm-project-15.0.7/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp1094 ObjLayer.addPlugin(std::make_unique<DebugObjectManagerPlugin>( in Session()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt5288 llvm/include/llvm/ExecutionEngine/Orc/DebugObjectManagerPlugin.h
6027 llvm/lib/ExecutionEngine/Orc/DebugObjectManagerPlugin.cpp