#include "llvm/DebugInfo/DWARF/DWARFDebugRangeList.h"
#include "llvm/DebugInfo/DWARF/DWARFContext.h"
#include "llvm/Support/Errc.h"
#include "llvm/Support/Format.h"
#include "llvm/Support/raw_ostream.h"
#include <cinttypes>
#include <cstdint>
usingnamespacellvm;
bool DWARFDebugRangeList::RangeListEntry::isBaseAddressSelectionEntry(
uint8_t AddressSize) const { … }
void DWARFDebugRangeList::clear() { … }
Error DWARFDebugRangeList::extract(const DWARFDataExtractor &data,
uint64_t *offset_ptr) { … }
void DWARFDebugRangeList::dump(raw_ostream &OS) const { … }
DWARFAddressRangesVector DWARFDebugRangeList::getAbsoluteRanges(
std::optional<object::SectionedAddress> BaseAddr) const { … }