llvm::DWARFDebugLoclists::dumpRange

Dump all location lists within the given range.

Synopsis

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

void
dumpRange(
    uint64_t StartOffset,
    uint64_t Size,
    raw_ostream& OS,
    DWARFObject const& Obj,
    DIDumpOptions DumpOpts);

Parameters

NameDescription
StartOffsetByte offset of the first list to dump.
SizeNumber of bytes from StartOffset to dump.
OSOutput stream to write the dump to.
ObjDWARF object used when formatting addresses and sections.
DumpOptsOptions controlling dump formatting.