Description of a rewrite to apply when converting MS‐style inline assembly.

Synopsis

Declared in <llvm/MC/MCParser/MCTargetAsmParser.h>

struct AsmRewrite;

Member Functions

Name

Description

AsmRewrite [constructor]

Constructors

Data Members

Name

Description

Done

Whether this rewrite has already been applied.

IntelExp

Intel expression payload for AOK_IntelExpr rewrites.

IntelExpRestricted

Whether the Intel expression is subject to restricted forms.

Kind

Kind of rewrite to perform.

Label

Label text for label rewrites.

Len

Length of the text span to rewrite.

Loc

Source location of the text to rewrite.

Val

Immediate or numeric value associated with the rewrite, if any.

Created with MrDocs