LLVM 24.0.0git
ARMMCAsmInfo.cpp File Reference

Go to the source code of this file.

Variables

constexpr EnumStringDef< MCAsmInfo::AtSpecifierKindAtSpecifierDefs []
constexpr auto atSpecifiers = BUILD_ENUM_STRINGS(AtSpecifierDefs)

Variable Documentation

◆ AtSpecifierDefs

EnumStringDef<MCAsmInfo::AtSpecifierKind> AtSpecifierDefs[]
constexpr
Initial value:
= {
{{"GOT_PREL"}, ARM::S_GOT_PREL},
{{"none"}, ARM::S_ARM_NONE},
{{"prel31"}, ARM::S_PREL31},
{{"sbrel"}, ARM::S_SBREL},
{{"target1"}, ARM::S_TARGET1},
{{"target2"}, ARM::S_TARGET2},
{{"TLSLDO"}, ARM::S_TLSLDO},
{{"FUNCDESC"}, ARM::S_FUNCDESC},
{{"GOT"}, ARM::S_GOT},
{{"GOTFUNCDESC"}, ARM::S_GOTFUNCDESC},
{{"GOTOFF"}, ARM::S_GOTOFF},
{{"GOTOFFFUNCDESC"}, ARM::S_GOTOFFFUNCDESC},
{{"GOTTPOFF"}, ARM::S_GOTTPOFF},
{{"gottpoff_fdpic"}, ARM::S_GOTTPOFF_FDPIC},
{{"PLT"}, ARM::S_PLT},
{{"SECREL32"}, ARM::S_COFF_SECREL},
{{"tlscall"}, ARM::S_TLSCALL},
{{"tlsdesc"}, ARM::S_TLSDESC},
{{"TLSGD"}, ARM::S_TLSGD},
{{"tlsgd_fdpic"}, ARM::S_TLSGD_FDPIC},
{{"TLSLDM"}, ARM::S_TLSLDM},
{{"tlsldm_fdpic"}, ARM::S_TLSLDM_FDPIC},
{{"TPOFF"}, ARM::S_TPOFF},
}

Definition at line 21 of file ARMMCAsmInfo.cpp.

◆ atSpecifiers

auto atSpecifiers = BUILD_ENUM_STRINGS(AtSpecifierDefs)
constexpr

Definition at line 47 of file ARMMCAsmInfo.cpp.