Construct a new Win COFF writer instance with a split‐DWARF stream.

Synopsis

Declared in <llvm/MC/MCWinCOFFObjectWriter.h>

std::unique_ptr<MCObjectWriter>
createWinCOFFDwoObjectWriter(
    std::unique_ptr<MCWinCOFFObjectTargetWriter> MOTW,
    raw_pwrite_stream& OS,
    raw_pwrite_stream& DwoOS);

Return Value

The constructed object writer.

Parameters

Name

Description

MOTW

‐ The target specific WinCOFF writer subclass.

OS

‐ The stream to write the non‐DWO object to.

DwoOS

‐ The stream to write the DWO object to.

Created with MrDocs