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.h49 class LLVM_ABI DebugObjectManagerPlugin : public ObjectLinkingLayer::Plugin {
52 DebugObjectManagerPlugin(ExecutionSession &ES,
70 DebugObjectManagerPlugin(ExecutionSession &ES,
73 ~DebugObjectManagerPlugin();
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp389 DebugObjectManagerPlugin::DebugObjectManagerPlugin( in DebugObjectManagerPlugin() function in llvm::orc::DebugObjectManagerPlugin
396 DebugObjectManagerPlugin::DebugObjectManagerPlugin( in DebugObjectManagerPlugin() function in llvm::orc::DebugObjectManagerPlugin
398 : DebugObjectManagerPlugin(ES, std::move(Target), true, true) {} in DebugObjectManagerPlugin()
400 DebugObjectManagerPlugin::~DebugObjectManagerPlugin() = default;
402 void DebugObjectManagerPlugin::notifyMaterializing( in notifyMaterializing()
425 void DebugObjectManagerPlugin::modifyPassConfig( in modifyPassConfig()
446 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 DMakefile810 SRCS_EXT+= ExecutionEngine/Orc/DebugObjectManagerPlugin.cpp