Base writer that emits DXContainer files from a sequence of named parts.

Synopsis

Declared in <llvm/MC/MCDXContainerWriter.h>

class MCDXContainerBaseWriter;

Member Functions

Name

Description

MCDXContainerBaseWriter [constructor]

Construct a DXContainer base writer.

~MCDXContainerBaseWriter [destructor] [virtual]

Destroy the DXContainer base writer.

write

Write a DXContainer file built from collectParts() to OS.

Protected Member Functions

Name

Description

collectParts [virtual]

Return the parts to emit, in file order.

shouldSkipSection [virtual]

Return true if a section should be omitted from the container.

Derived Classes

Name

Description

DXContainerObjectWriter

DXContainer object writer that emits DXContainer files from an MCAssembler.

Created with MrDocs