LLVM API Documentation

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

#include <DWARFTypeUnit.h>

Inheritance diagram for llvm::DWARFTypeUnit:
Inheritance graph
[legend]
Collaboration diagram for llvm::DWARFTypeUnit:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 DWARFTypeUnit (DWARFContext &Context, const DWARFDebugAbbrev *DA, StringRef IS, StringRef RS, StringRef SS, StringRef SOS, StringRef AOS, const RelocAddrMap *M, bool LE, const DWARFUnitSectionBase &UnitSection)
uint32_t getHeaderSize () const override
 Size in bytes of the unit header.
void dump (raw_ostream &OS)

Protected Member Functions

bool extractImpl (DataExtractor debug_info, uint32_t *offset_ptr) override

Detailed Description

Definition at line 17 of file DWARFTypeUnit.h.


Constructor & Destructor Documentation

llvm::DWARFTypeUnit::DWARFTypeUnit ( DWARFContext Context,
const DWARFDebugAbbrev DA,
StringRef  IS,
StringRef  RS,
StringRef  SS,
StringRef  SOS,
StringRef  AOS,
const RelocAddrMap M,
bool  LE,
const DWARFUnitSectionBase UnitSection 
) [inline]

Definition at line 22 of file DWARFTypeUnit.h.


Member Function Documentation

bool DWARFTypeUnit::extractImpl ( DataExtractor  debug_info,
uint32_t *  offset_ptr 
) [override, protected, virtual]
uint32_t llvm::DWARFTypeUnit::getHeaderSize ( ) const [inline, override, virtual]

Size in bytes of the unit header.

Reimplemented from llvm::DWARFUnit.

Definition at line 27 of file DWARFTypeUnit.h.


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