LLVM: llvm::DWARFDebugRangeList Class Reference (original) (raw)
#include "[llvm/DebugInfo/DWARF/DWARFDebugRangeList.h](DWARFDebugRangeList%5F8h%5Fsource.html)"
| Public Member Functions | |
|---|---|
| DWARFDebugRangeList () | |
| LLVM_ABI void | clear () |
| LLVM_ABI void | dump (raw_ostream &OS) const |
| LLVM_ABI Error | extract (const DWARFDataExtractor &data, uint64_t *offset_ptr) |
| const std::vector< RangeListEntry > & | getEntries () |
| LLVM_ABI DWARFAddressRangesVector | getAbsoluteRanges (std::optional< object::SectionedAddress > BaseAddr) const |
| getAbsoluteRanges - Returns absolute address ranges defined by this range list. |
Definition at line 25 of file DWARFDebugRangeList.h.
| llvm::DWARFDebugRangeList::DWARFDebugRangeList ( ) | inline |
|---|
◆ clear()
| void DWARFDebugRangeList::clear | ( | ) |
|---|
◆ dump()
| void DWARFDebugRangeList::dump | ( | raw_ostream & | OS | ) | const |
|---|
◆ extract()
◆ getAbsoluteRanges()
◆ getEntries()
The documentation for this class was generated from the following files:
- include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h
- lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp