Target independent representation for an assembler token.

Synopsis

Declared in <llvm/MC/MCAsmMacro.h>

class AsmToken;

Enums

Name

TokenKind

Member Functions

Name

Description

AsmToken [constructor]

Constructors

dump

getAPIntVal

getEndLoc

getIdentifier

Get the identifier string for the current token, which should be an identifier or a string. This gets the portion of the string which should be used as the identifier, e.g., it does not include the quotes on strings.

getIntVal

getKind

getLoc

getLocRange

getString

Get the string for the current token, this includes all characters (for example, the quotes on strings) in the token.

getStringContents

Get the contents of a string token (without quotes).

is

isNot

Created with MrDocs