LLVM API Documentation

Public Member Functions
llvm::DWARFDebugFrame Class Reference

A parsed .debug_frame section. More...

#include <DWARFDebugFrame.h>

List of all members.

Public Member Functions

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

Detailed Description

A parsed .debug_frame section.

Definition at line 24 of file DWARFDebugFrame.h.


Constructor & Destructor Documentation

Definition at line 282 of file DWARFDebugFrame.cpp.

Definition at line 285 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 365 of file DWARFDebugFrame.cpp.


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