Parsed identity of an identifier in MS‐style inline assembly.
Synopsis
Declared in <llvm/MC/MCParser/MCAsmParser.h>
struct InlineAsmIdentifierInfo;
Types
Name |
Description |
Enum‐constant form of an inline‐asm identifier. |
|
Label or function reference form of an inline‐asm identifier. |
|
Variable form of an inline‐asm identifier. |
Enums
Name |
Description |
Kind of identifier resolved by the Sema callback. |
Member Functions
Name |
Description |
|
Construct an invalid (uninitialized) identifier info. |
Return true if this identifier currently has kind |
|
Initialize this identifier as an enumeration constant. |
|
Initialize this identifier as a label or function reference. |
|
Initialize this identifier as a variable. |