Target independent representation for an assembler token.
Synopsis
Declared in <llvm/MC/MCAsmMacro.h>
class AsmToken;
Enums
Name |
Description |
Kind of token recognized by the assembler lexer. |
Member Functions
Name |
Description |
|
Constructors |
Dump a debug representation of this token to |
|
Return the arbitrary‐precision integer value of an integer or big‐num token. |
|
Return the source location of the end of this token. |
|
Get the identifier string for an identifier or string token. |
|
Return the zero‐extended 64‐bit integer value of an integer token. |
|
Return the kind of this token. |
|
Return the source location of the start of this token. |
|
Return the source range covering this token. |
|
Get the string for the current token, this includes all characters (for example, the quotes on strings) in the token. |
|
Get the contents of a string token (without quotes). |
|
Return true if this token has kind |
|
Return true if this token does not have kind |
Created with MrDocs