Find the compile unit offset for Address.
Declared in <llvm/DebugInfo/DWARF/DWARFDebugAranges.h>
uint64_t
findAddress(uint64_t Address) const;
Offset of the compile unit DIE that owns Address, or -1ULL if no range contains it.
| Name | Description |
|---|---|
| Address | Address to look up in the sorted range collection. |