llvm::DWARFDebugAranges::findAddress

Find the compile unit offset for Address.

Synopsis

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

uint64_t
findAddress(uint64_t Address) const;

Return Value

Offset of the compile unit DIE that owns Address, or -1ULL if no range contains it.

Parameters

NameDescription
AddressAddress to look up in the sorted range collection.