Target‐specific DXContainer object‐file writer hooks.

Synopsis

Declared in <llvm/MC/MCDXContainerWriter.h>

class MCDXContainerTargetWriter
    : public MCObjectTargetWriter

Base Classes

Name

Description

MCObjectTargetWriter

Base class for classes that define behaviour that is specific to both the target and the object format.

Member Functions

Name

Description

~MCDXContainerTargetWriter [destructor] [virtual]

Destroy the DXContainer target object writer.

getFormat [virtual]

Return the object file format handled by this writer.

setAssembler

Set the assembler associated with this target writer.

Static Member Functions

Name

Description

classof

Return true if W is a DXContainer target object writer.

Protected Member Functions

Name

Description

MCDXContainerTargetWriter [constructor]

Construct a DXContainer target object writer.

getContext

Get the MC context associated with the assembler.

reportError

Report an error at L with message Msg via the assembler context.

Protected Data Members

Name

Description

Asm

Assembler that owns this target writer, or null if unset.

Created with MrDocs