Emit the .debug_ranges section described by DI to OS.

Synopsis

Declared in <llvm/ObjectYAML/DWARFEmitter.h>

Error
emitDebugRanges(
    raw_ostream& OS,
    Data const& DI);

Return Value

Success, or an error if emission fails.

Parameters

Name

Description

OS

Output stream that receives the binary section contents.

DI

YAML DWARF data that provides the section to emit.

Created with MrDocs