LLVM 19.0.0git
Enumerations | Functions
llvm::RISCVAttrs Namespace Reference

Enumerations

enum  AttrType : unsigned {
  STACK_ALIGN = 4 , ARCH = 5 , UNALIGNED_ACCESS = 6 , PRIV_SPEC = 8 ,
  PRIV_SPEC_MINOR = 10 , PRIV_SPEC_REVISION = 12
}
 
enum  { NOT_ALLOWED = 0 , ALLOWED = 1 }
 

Functions

const TagNameMapgetRISCVAttributeTags ()
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
NOT_ALLOWED 
ALLOWED 

Definition at line 37 of file RISCVAttributes.h.

◆ AttrType

Enumerator
STACK_ALIGN 
ARCH 
UNALIGNED_ACCESS 
PRIV_SPEC 
PRIV_SPEC_MINOR 
PRIV_SPEC_REVISION 

Definition at line 27 of file RISCVAttributes.h.

Function Documentation

◆ getRISCVAttributeTags()

const TagNameMap & llvm::RISCVAttrs::getRISCVAttributeTags ( )

Definition at line 24 of file RISCVAttributes.cpp.

References RISCVAttributeTags.