Print sectioned address SA to OS using DumpOpts.

Synopsis

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

void
dumpSectionedAddress(
    raw_ostream& OS,
    DIDumpOptions DumpOpts,
    object::SectionedAddress SA) const;

Parameters

Name

Description

OS

Output stream to write to.

DumpOpts

Options controlling dump formatting.

SA

Sectioned address to print.

Created with MrDocs