Target independent representation for an assembler token.
Synopsis
Declared in <llvm/MC/MCAsmMacro.h>
class AsmToken;
Enums
Name |
Member Functions
Name |
Description |
|
Constructors |
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. |
|
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). |
|
Created with MrDocs