|
LLVM
3.7.0
|
#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.
|
inline |
Definition at line 49 of file DWARFDebugRangeList.h.
References StartAddress.
|
inline |
Definition at line 40 of file DWARFDebugRangeList.h.
References EndAddress, and StartAddress.
Referenced by llvm::DWARFDebugRangeList::extract().
| uint64_t llvm::DWARFDebugRangeList::RangeListEntry::EndAddress |
Definition at line 36 of file DWARFDebugRangeList.h.
Referenced by llvm::DWARFDebugRangeList::extract(), and isEndOfListEntry().
| uint64_t llvm::DWARFDebugRangeList::RangeListEntry::StartAddress |
Definition at line 30 of file DWARFDebugRangeList.h.
Referenced by llvm::DWARFDebugRangeList::extract(), isBaseAddressSelectionEntry(), and isEndOfListEntry().
1.8.6