LLVM API Documentation
#include <DWARFDebugRangeList.h>
Public Member Functions | |
bool | isEndOfListEntry () const |
bool | isBaseAddressSelectionEntry (uint8_t AddressSize) const |
bool | containsAddress (uint64_t BaseAddress, uint64_t Address) const |
Public Attributes | |
uint64_t | StartAddress |
uint64_t | EndAddress |
Definition at line 22 of file DWARFDebugRangeList.h.
|
inline |
Definition at line 53 of file DWARFDebugRangeList.h.
References EndAddress, and StartAddress.
|
inline |
Definition at line 46 of file DWARFDebugRangeList.h.
References StartAddress.
|
inline |
Definition at line 37 of file DWARFDebugRangeList.h.
References EndAddress, and StartAddress.
Referenced by llvm::DWARFDebugRangeList::extract().
uint64_t llvm::DWARFDebugRangeList::RangeListEntry::EndAddress |
Definition at line 33 of file DWARFDebugRangeList.h.
Referenced by containsAddress(), llvm::DWARFDebugRangeList::extract(), and isEndOfListEntry().
uint64_t llvm::DWARFDebugRangeList::RangeListEntry::StartAddress |
Definition at line 27 of file DWARFDebugRangeList.h.
Referenced by containsAddress(), llvm::DWARFDebugRangeList::extract(), isBaseAddressSelectionEntry(), and isEndOfListEntry().