llvm::DWARFDebugAranges

A collection of address ranges mapped to compile unit offsets.

Synopsis

Declared in <llvm/DebugInfo/DWARF/DWARFDebugAranges.h>

class DWARFDebugAranges;

Description

Built from the .debug_aranges section and from compile unit DIEs so that an address can be resolved to the owning compilation unit.

Member Functions

NameDescription
findAddress Find the compile unit offset for Address.
generate Build the address range map from CTX.