LLVM  4.0.0
Public Member Functions | List of all members
llvm::DWARFDebugFrame Class Reference

A parsed .debug_frame or .eh_frame section. More...

#include <DWARFDebugFrame.h>

Public Member Functions

 DWARFDebugFrame (bool IsEH)
 
 ~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. More...
 

Detailed Description

A parsed .debug_frame or .eh_frame section.

Definition at line 24 of file DWARFDebugFrame.h.

Constructor & Destructor Documentation

DWARFDebugFrame::DWARFDebugFrame ( bool  IsEH)

Definition at line 468 of file DWARFDebugFrame.cpp.

DWARFDebugFrame::~DWARFDebugFrame ( )
default

Member Function Documentation

void DWARFDebugFrame::dump ( raw_ostream OS) const

Dump the section data into the given stream.

Definition at line 681 of file DWARFDebugFrame.cpp.

void DWARFDebugFrame::parse ( DataExtractor  Data)

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