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

#include "llvm/ExecutionEngine/Orc/Debugging/DebuggerSupportPlugin.h"

Public Member Functions

virtual ~DebugSectionSynthesizer ()=default
 
virtual Error startSynthesis ()=0
 
virtual Error completeSynthesisAndRegister ()=0
 

Detailed Description

Definition at line 30 of file DebuggerSupportPlugin.h.

Constructor & Destructor Documentation

◆ ~DebugSectionSynthesizer()

virtual llvm::orc::GDBJITDebugInfoRegistrationPlugin::DebugSectionSynthesizer::~DebugSectionSynthesizer ( )
virtualdefault

Member Function Documentation

◆ completeSynthesisAndRegister()

virtual Error llvm::orc::GDBJITDebugInfoRegistrationPlugin::DebugSectionSynthesizer::completeSynthesisAndRegister ( )
pure virtual

◆ startSynthesis()

virtual Error llvm::orc::GDBJITDebugInfoRegistrationPlugin::DebugSectionSynthesizer::startSynthesis ( )
pure virtual

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