LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
llvm::DWARFDebugArangeSet::Descriptor Struct Reference

#include <DWARFDebugArangeSet.h>

Collaboration diagram for llvm::DWARFDebugArangeSet::Descriptor:
Collaboration graph
[legend]

Public Member Functions

uint64_t getEndAddress () const
 

Public Attributes

uint64_t Address
 
uint64_t Length
 

Detailed Description

Definition at line 39 of file DWARFDebugArangeSet.h.

Member Function Documentation

uint64_t llvm::DWARFDebugArangeSet::Descriptor::getEndAddress ( ) const
inline

Definition at line 42 of file DWARFDebugArangeSet.h.

References Address, and Length.

Member Data Documentation

uint64_t llvm::DWARFDebugArangeSet::Descriptor::Address

Definition at line 40 of file DWARFDebugArangeSet.h.

Referenced by llvm::DWARFDebugArangeSet::extract(), and getEndAddress().

uint64_t llvm::DWARFDebugArangeSet::Descriptor::Length

Definition at line 41 of file DWARFDebugArangeSet.h.

Referenced by llvm::DWARFDebugArangeSet::extract(), and getEndAddress().


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