LLVM 19.0.0git
Variables
MSP430Attributes.cpp File Reference
#include "llvm/Support/MSP430Attributes.h"

Go to the source code of this file.

Variables

static constexpr TagNameItem TagData []
 
constexpr TagNameMap MSP430AttributeTags {TagData}
 

Variable Documentation

◆ MSP430AttributeTags

constexpr TagNameMap MSP430AttributeTags {TagData}
constexpr

Definition at line 19 of file MSP430Attributes.cpp.

Referenced by llvm::MSP430Attrs::getMSP430AttributeTags().

◆ TagData

constexpr TagNameItem TagData[]
staticconstexpr
Initial value:
= {{TagISA, "Tag_ISA"},
{TagCodeModel, "Tag_Code_Model"},
{TagDataModel, "Tag_Data_Model"},
{TagEnumSize, "Tag_Enum_Size"}}

Definition at line 14 of file MSP430Attributes.cpp.