Visit each absolute location expression in the list at Offset.
Declared in <llvm/DebugInfo/DWARF/DWARFDebugLoc.h>
Error
visitAbsoluteLocationList(
uint64_t Offset,
std::optional<object::SectionedAddress> BaseAddr,
std::function<std::optional<object::SectionedAddress>(uint32_t)> LookupAddr,
function_ref<bool(Expected<DWARFLocationExpression>)> Callback) const;
Success, or an error if the location list could not be parsed.
| Name | Description |
|---|---|
| Offset | Byte offset of the location list within the section. |
| BaseAddr | Optional base address for resolving relative entries. |
| LookupAddr | Resolves an address index to a sectioned address. |
| Callback | Invoked for each resolved expression or resolution error. |