LLVM 18.0.0git
|
Enumerations | |
enum | AttrType : unsigned { STACK_ALIGN = 4 , ARCH = 5 , UNALIGNED_ACCESS = 6 , PRIV_SPEC = 8 , PRIV_SPEC_MINOR = 10 , PRIV_SPEC_REVISION = 12 } |
enum | StackAlign { ALIGN_4 = 4 , ALIGN_16 = 16 } |
enum | { NOT_ALLOWED = 0 , ALLOWED = 1 } |
Functions | |
const TagNameMap & | getRISCVAttributeTags () |
anonymous enum |
Enumerator | |
---|---|
NOT_ALLOWED | |
ALLOWED |
Definition at line 39 of file RISCVAttributes.h.
Enumerator | |
---|---|
STACK_ALIGN | |
ARCH | |
UNALIGNED_ACCESS | |
PRIV_SPEC | |
PRIV_SPEC_MINOR | |
PRIV_SPEC_REVISION |
Definition at line 27 of file RISCVAttributes.h.
Enumerator | |
---|---|
ALIGN_4 | |
ALIGN_16 |
Definition at line 37 of file RISCVAttributes.h.
const TagNameMap & llvm::RISCVAttrs::getRISCVAttributeTags | ( | ) |
Definition at line 24 of file RISCVAttributes.cpp.
References RISCVAttributeTags.