LLVM 19.0.0git
Public Member Functions | List of all members
llvm::orc::DebugObjectRegistrar Class Referenceabstract

Abstract interface for registering debug objects in the executor process. More...

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

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

Public Member Functions

virtual Error registerDebugObject (ExecutorAddrRange TargetMem, bool AutoRegisterCode)=0
 
virtual ~DebugObjectRegistrar ()=default
 

Detailed Description

Abstract interface for registering debug objects in the executor process.

Definition at line 31 of file EPCDebugObjectRegistrar.h.

Constructor & Destructor Documentation

◆ ~DebugObjectRegistrar()

virtual llvm::orc::DebugObjectRegistrar::~DebugObjectRegistrar ( )
virtualdefault

Member Function Documentation

◆ registerDebugObject()

virtual Error llvm::orc::DebugObjectRegistrar::registerDebugObject ( ExecutorAddrRange  TargetMem,
bool  AutoRegisterCode 
)
pure virtual

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