A collection of address ranges mapped to compile unit offsets.
Declared in <llvm/DebugInfo/DWARF/DWARFDebugAranges.h>
class DWARFDebugAranges;
Built from the .debug_aranges section and from compile unit DIEs so that an address can be resolved to the owning compilation unit.
| Name | Description |
|---|---|
findAddress | Find the compile unit offset for Address. |
generate | Build the address range map from CTX. |