LLVM 19.0.0git
Public Member Functions | List of all members
llvm::orc::DebugObjectSection Class Referenceabstract
Inheritance diagram for llvm::orc::DebugObjectSection:
Inheritance graph
[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 41 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 44 of file DebugObjectManagerPlugin.cpp.

◆ setTargetMemoryRange()

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

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