LLVM API Documentation
#include <DWARFDebugRangeList.h>
Public Member Functions | |
bool | isEndOfListEntry () const |
bool | isBaseAddressSelectionEntry (uint8_t AddressSize) const |
Public Attributes | |
uint64_t | StartAddress |
uint64_t | EndAddress |
Definition at line 25 of file DWARFDebugRangeList.h.
bool llvm::DWARFDebugRangeList::RangeListEntry::isBaseAddressSelectionEntry | ( | uint8_t | AddressSize | ) | const [inline] |
Definition at line 49 of file DWARFDebugRangeList.h.
References StartAddress.
bool llvm::DWARFDebugRangeList::RangeListEntry::isEndOfListEntry | ( | ) | const [inline] |
Definition at line 40 of file DWARFDebugRangeList.h.
References EndAddress, and StartAddress.
Referenced by llvm::DWARFDebugRangeList::extract().
Definition at line 36 of file DWARFDebugRangeList.h.
Referenced by llvm::DWARFDebugRangeList::extract(), and isEndOfListEntry().
Definition at line 30 of file DWARFDebugRangeList.h.
Referenced by llvm::DWARFDebugRangeList::extract(), isBaseAddressSelectionEntry(), and isEndOfListEntry().