LLVM 22.0.0git
ARMMCAsmInfo.cpp File Reference

Go to the source code of this file.

Variables

const MCAsmInfo::AtSpecifier atSpecifiers []

Variable Documentation

◆ atSpecifiers

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

Definition at line 20 of file ARMMCAsmInfo.cpp.