LLVM 22.0.0git
VEMCAsmInfo.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:
= {
{VE::S_HI32, "hi"},
{VE::S_LO32, "lo"},
{VE::S_PC_HI32, "pc_hi"},
{VE::S_PC_LO32, "pc_lo"},
{VE::S_GOT_HI32, "got_hi"},
{VE::S_GOT_LO32, "got_lo"},
{VE::S_GOTOFF_HI32, "gotoff_hi"},
{VE::S_GOTOFF_LO32, "gotoff_lo"},
{VE::S_PLT_HI32, "plt_hi"},
{VE::S_PLT_LO32, "plt_lo"},
{VE::S_TLS_GD_HI32, "tls_gd_hi"},
{VE::S_TLS_GD_LO32, "tls_gd_lo"},
{VE::S_TPOFF_HI32, "tpoff_hi"},
{VE::S_TPOFF_LO32, "tpoff_lo"},
}
@ S_GOTOFF_LO32
Definition VEMCAsmInfo.h:47
@ S_TLS_GD_LO32
Definition VEMCAsmInfo.h:51
@ S_TLS_GD_HI32
Definition VEMCAsmInfo.h:50
@ S_GOTOFF_HI32
Definition VEMCAsmInfo.h:46

Definition at line 21 of file VEMCAsmInfo.cpp.