LLVM API Documentation
#include <DWARFUnit.h>

Public Member Functions | |
| virtual DWARFUnit * | getUnitForOffset (uint32_t Offset) const =0 |
Protected Member Functions | |
| ~DWARFUnitSectionBase () | |
Base class for all DWARFUnitSection classes. This provides the functionality common to all unit types.
Definition at line 33 of file DWARFUnit.h.
| llvm::DWARFUnitSectionBase::~DWARFUnitSectionBase | ( | ) | [inline, protected] |
Definition at line 40 of file DWARFUnit.h.
| 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 >.