Dump all location lists within the given range.
Declared in <llvm/DebugInfo/DWARF/DWARFDebugLoc.h>
void
dumpRange(
uint64_t StartOffset,
uint64_t Size,
raw_ostream& OS,
DWARFObject const& Obj,
DIDumpOptions DumpOpts);
| Name | Description |
|---|---|
| StartOffset | Byte offset of the first list to dump. |
| Size | Number of bytes from StartOffset to dump. |
| OS | Output stream to write the dump to. |
| Obj | DWARF object used when formatting addresses and sections. |
| DumpOpts | Options controlling dump formatting. |