LLVM API Documentation

Public Member Functions | Protected Member Functions
llvm::DWARFUnitSectionBase Class Reference

#include <DWARFUnit.h>

Inheritance diagram for llvm::DWARFUnitSectionBase:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual DWARFUnitgetUnitForOffset (uint32_t Offset) const =0

Protected Member Functions

 ~DWARFUnitSectionBase ()

Detailed Description

Base class for all DWARFUnitSection classes. This provides the functionality common to all unit types.

Definition at line 33 of file DWARFUnit.h.


Constructor & Destructor Documentation

Definition at line 40 of file DWARFUnit.h.


Member Function Documentation

virtual DWARFUnit* llvm::DWARFUnitSectionBase::getUnitForOffset ( uint32_t  Offset) const [pure virtual]

Returns the Unit that contains the given section offset in the same section this Unit originated from.

Implemented in llvm::final< T >.


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