LLVM 22.0.0git
Variables
VEMCAsmInfo.cpp File Reference
#include "VEMCAsmInfo.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCStreamer.h"
#include "llvm/MC/MCValue.h"
#include "llvm/TargetParser/Triple.h"

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_GOT_LO32
Definition: VEMCAsmInfo.h:45
@ S_GOTOFF_LO32
Definition: VEMCAsmInfo.h:47
@ S_TLS_GD_LO32
Definition: VEMCAsmInfo.h:51
@ S_TLS_GD_HI32
Definition: VEMCAsmInfo.h:50
@ S_TPOFF_HI32
Definition: VEMCAsmInfo.h:52
@ S_PLT_LO32
Definition: VEMCAsmInfo.h:49
@ S_GOT_HI32
Definition: VEMCAsmInfo.h:44
@ S_GOTOFF_HI32
Definition: VEMCAsmInfo.h:46
@ S_PLT_HI32
Definition: VEMCAsmInfo.h:48
@ S_TPOFF_LO32
Definition: VEMCAsmInfo.h:53

Definition at line 21 of file VEMCAsmInfo.cpp.