LLVM 19.0.0git
Public Member Functions | List of all members
llvm::orc::EPCDebugObjectRegistrar Class Reference

Use ExecutorProcessControl to register debug objects locally or in a remote executor process. More...

#include "llvm/ExecutionEngine/Orc/EPCDebugObjectRegistrar.h"

Inheritance diagram for llvm::orc::EPCDebugObjectRegistrar:
Inheritance graph
[legend]

Public Member Functions

 EPCDebugObjectRegistrar (ExecutionSession &ES, ExecutorAddr RegisterFn)
 
Error registerDebugObject (ExecutorAddrRange TargetMem, bool AutoRegisterCode) override
 
- Public Member Functions inherited from llvm::orc::DebugObjectRegistrar
virtual Error registerDebugObject (ExecutorAddrRange TargetMem, bool AutoRegisterCode)=0
 
virtual ~DebugObjectRegistrar ()=default
 

Detailed Description

Use ExecutorProcessControl to register debug objects locally or in a remote executor process.

Definition at line 40 of file EPCDebugObjectRegistrar.h.

Constructor & Destructor Documentation

◆ EPCDebugObjectRegistrar()

llvm::orc::EPCDebugObjectRegistrar::EPCDebugObjectRegistrar ( ExecutionSession ES,
ExecutorAddr  RegisterFn 
)
inline

Definition at line 42 of file EPCDebugObjectRegistrar.h.

Member Function Documentation

◆ registerDebugObject()

Error llvm::orc::EPCDebugObjectRegistrar::registerDebugObject ( ExecutorAddrRange  TargetMem,
bool  AutoRegisterCode 
)
overridevirtual

The documentation for this class was generated from the following files: