struct DWARFDebugArangeSet::Descriptor

Declaration

struct DWARFDebugArangeSet::Descriptor { /* full declaration omitted */ };

Declared at: llvm/include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h:40

Member Variables

public uint64_t Address
public uint64_t Length

Method Overview

  • public void dump(llvm::raw_ostream & OS, uint32_t AddressSize) const
  • public uint64_t getEndAddress() const

Methods

void dump(llvm::raw_ostream& OS,
          uint32_t AddressSize) const

Declared at: llvm/include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h:45

Parameters

llvm::raw_ostream& OS
uint32_t AddressSize

uint64_t getEndAddress() const

Declared at: llvm/include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h:44