|
LLVM
8.0.1
|
#include "llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h"

Public Member Functions | |
| uint64_t | getEndAddress () const |
| void | dump (raw_ostream &OS, uint32_t AddressSize) const |
Public Attributes | |
| uint64_t | Address |
| uint64_t | Length |
Definition at line 41 of file DWARFDebugArangeSet.h.
| void DWARFDebugArangeSet::Descriptor::dump | ( | raw_ostream & | OS, |
| uint32_t | AddressSize | ||
| ) | const |
Definition at line 20 of file DWARFDebugArangeSet.cpp.
References Address, llvm::format(), and getEndAddress().
|
inline |
Definition at line 45 of file DWARFDebugArangeSet.h.
References llvm::DWARFDebugArangeSet::dump(), and llvm::DWARFDebugArangeSet::Header::Length.
Referenced by dump().
| uint64_t llvm::DWARFDebugArangeSet::Descriptor::Address |
Definition at line 42 of file DWARFDebugArangeSet.h.
Referenced by dump(), and llvm::DWARFDebugArangeSet::extract().
| uint64_t llvm::DWARFDebugArangeSet::Descriptor::Length |
Definition at line 43 of file DWARFDebugArangeSet.h.
Referenced by llvm::DWARFDebugArangeSet::extract().
1.8.13