LLVM 22.0.0git
llvm::orc::DebugObjectSection Class Referenceabstract
Inheritance diagram for llvm::orc::DebugObjectSection:
[legend]

Public Member Functions

virtual void setTargetMemoryRange (SectionRange Range)=0
virtual void dump (raw_ostream &OS, StringRef Name)
virtual ~DebugObjectSection ()=default

Detailed Description

Definition at line 39 of file DebugObjectManagerPlugin.cpp.

Constructor & Destructor Documentation

◆ ~DebugObjectSection()

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

Member Function Documentation

◆ dump()

virtual void llvm::orc::DebugObjectSection::dump ( raw_ostream & OS,
StringRef Name )
inlinevirtual

Reimplemented in llvm::orc::ELFDebugObjectSection< ELFT >.

Definition at line 42 of file DebugObjectManagerPlugin.cpp.

◆ setTargetMemoryRange()

virtual void llvm::orc::DebugObjectSection::setTargetMemoryRange ( SectionRange Range)
pure virtual

Implemented in llvm::orc::ELFDebugObjectSection< ELFT >.

References Range.


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