Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.h48 class DebugObjectManagerPlugin : public ObjectLinkingLayer::Plugin {
51 DebugObjectManagerPlugin(ExecutionSession &ES,
69 DebugObjectManagerPlugin(ExecutionSession &ES,
72 ~DebugObjectManagerPlugin();
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp390 DebugObjectManagerPlugin::DebugObjectManagerPlugin( in DebugObjectManagerPlugin() function in llvm::orc::DebugObjectManagerPlugin
397 DebugObjectManagerPlugin::DebugObjectManagerPlugin( in DebugObjectManagerPlugin() function in llvm::orc::DebugObjectManagerPlugin
399 : DebugObjectManagerPlugin(ES, std::move(Target), true, true) {} in DebugObjectManagerPlugin()
401 DebugObjectManagerPlugin::~DebugObjectManagerPlugin() = default;
403 void DebugObjectManagerPlugin::notifyMaterializing( in notifyMaterializing()
426 void DebugObjectManagerPlugin::modifyPassConfig( in modifyPassConfig()
447 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()
/freebsd/lib/clang/libllvm/
H A DMakefile733 SRCS_EXT+= ExecutionEngine/Orc/DebugObjectManagerPlugin.cpp