LLVM API Documentation

Public Member Functions | Public Attributes
llvm::DWARFDebugRangeList::RangeListEntry Struct Reference

#include <DWARFDebugRangeList.h>

Collaboration diagram for llvm::DWARFDebugRangeList::RangeListEntry:
Collaboration graph
[legend]

List of all members.

Public Member Functions

bool isEndOfListEntry () const
bool isBaseAddressSelectionEntry (uint8_t AddressSize) const

Public Attributes

uint64_t StartAddress
uint64_t EndAddress

Detailed Description

Definition at line 25 of file DWARFDebugRangeList.h.


Member Function Documentation

Definition at line 49 of file DWARFDebugRangeList.h.

References StartAddress.

Definition at line 40 of file DWARFDebugRangeList.h.

References EndAddress, and StartAddress.

Referenced by llvm::DWARFDebugRangeList::extract().


Member Data Documentation

Definition at line 36 of file DWARFDebugRangeList.h.

Referenced by llvm::DWARFDebugRangeList::extract(), and isEndOfListEntry().


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