LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
llvm::DWARFDebugFrame Class Reference

A parsed .debug_frame section. More...

#include <DWARFDebugFrame.h>

Public Member Functions

 DWARFDebugFrame ()
 
 ~DWARFDebugFrame ()
 
void dump (raw_ostream &OS) const
 Dump the section data into the given stream. More...
 
void parse (DataExtractor Data)
 Parse the section from raw data. data is assumed to be pointing to the beginning of the section. More...
 

Detailed Description

A parsed .debug_frame section.

Definition at line 25 of file DWARFDebugFrame.h.

Constructor & Destructor Documentation

DWARFDebugFrame::DWARFDebugFrame ( )

Definition at line 286 of file DWARFDebugFrame.cpp.

DWARFDebugFrame::~DWARFDebugFrame ( )

Definition at line 290 of file DWARFDebugFrame.cpp.

References I.

Member Function Documentation

void DWARFDebugFrame::dump ( raw_ostream OS) const

Dump the section data into the given stream.

Definition at line 381 of file DWARFDebugFrame.cpp.

References llvm::FrameEntry::dumpHeader(), llvm::FrameEntry::dumpInstructions(), and I.

void DWARFDebugFrame::parse ( DataExtractor  Data)

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