LLVM  3.7.0
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. More...
 

Detailed Description

A parsed .debug_frame section.

Definition at line 24 of file DWARFDebugFrame.h.

Constructor & Destructor Documentation

DWARFDebugFrame::DWARFDebugFrame ( )

Definition at line 426 of file DWARFDebugFrame.cpp.

DWARFDebugFrame::~DWARFDebugFrame ( )

Definition at line 429 of file DWARFDebugFrame.cpp.

Member Function Documentation

void DWARFDebugFrame::dump ( raw_ostream OS) const

Dump the section data into the given stream.

Definition at line 513 of file DWARFDebugFrame.cpp.

void DWARFDebugFrame::parse ( DataExtractor  Data)

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