Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.h48 class DebugObjectManagerPlugin : public ObjectLinkingLayer::Plugin {
50 DebugObjectManagerPlugin(ExecutionSession &ES,
52 ~DebugObjectManagerPlugin();
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp940 L->addPlugin(std::make_unique<orc::DebugObjectManagerPlugin>( in runOrcJIT()
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile636 SRCS_EXT+= ExecutionEngine/Orc/DebugObjectManagerPlugin.cpp