LLVM 22.0.0git
EPCDebugObjectRegistrar.h File Reference

Go to the source code of this file.

Classes

class  llvm::orc::DebugObjectRegistrar
 Abstract interface for registering debug objects in the executor process. More...
class  llvm::orc::EPCDebugObjectRegistrar
 Use ExecutorProcessControl to register debug objects locally or in a remote executor process. More...

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
namespace  llvm::orc

Functions

LLVM_ABI Expected< std::unique_ptr< EPCDebugObjectRegistrar > > llvm::orc::createJITLoaderGDBRegistrar (ExecutionSession &ES, std::optional< ExecutorAddr > RegistrationFunctionDylib=std::nullopt)
 Create a ExecutorProcessControl-based DebugObjectRegistrar that emits debug objects to the GDB JIT interface.