Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp391 DebugObjectManagerPlugin::DebugObjectManagerPlugin( in DebugObjectManagerPlugin() function in llvm::orc::DebugObjectManagerPlugin
395 DebugObjectManagerPlugin::~DebugObjectManagerPlugin() = default;
397 void DebugObjectManagerPlugin::notifyMaterializing( in notifyMaterializing()
414 void DebugObjectManagerPlugin::modifyPassConfig( in modifyPassConfig()
435 Error DebugObjectManagerPlugin::notifyEmitted( in notifyEmitted()
474 Error DebugObjectManagerPlugin::notifyFailed( in notifyFailed()
481 void DebugObjectManagerPlugin::notifyTransferringResources(ResourceKey DstKey, in notifyTransferringResources()
496 Error DebugObjectManagerPlugin::notifyRemovingResources(ResourceKey Key) { in notifyRemovingResources()
H A DCMakeLists.txt5 DebugObjectManagerPlugin.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.h48 class DebugObjectManagerPlugin : public ObjectLinkingLayer::Plugin {
50 DebugObjectManagerPlugin(ExecutionSession &ES,
52 ~DebugObjectManagerPlugin();
/netbsd-src/external/apache2/llvm/lib/libLLVMOrc/
H A DMakefile12 DebugObjectManagerPlugin.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/
H A DBUILD.gn19 "DebugObjectManagerPlugin.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DRemoteJITUtils.cpp121 std::make_unique<DebugObjectManagerPlugin>(ObjLayer.getExecutionSession(), in addDebugSupport()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/
H A Dlli.cpp949 L->addPlugin(std::make_unique<orc::DebugObjectManagerPlugin>( in runOrcJIT()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp868 ObjLayer.addPlugin(std::make_unique<DebugObjectManagerPlugin>( in Session()