LLVM 24.0.0git
VEMCAsmInfo.cpp File Reference
#include "VEMCAsmInfo.h"
#include "llvm/ADT/Enum.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

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

Variable Documentation

◆ AtSpecifierDefs

EnumStringDef<MCAsmInfo::AtSpecifierKind> AtSpecifierDefs[]
constexpr
Initial value:
= {
{{"hi"}, VE::S_HI32},
{{"lo"}, VE::S_LO32},
{{"pc_hi"}, VE::S_PC_HI32},
{{"pc_lo"}, VE::S_PC_LO32},
{{"got_hi"}, VE::S_GOT_HI32},
{{"got_lo"}, VE::S_GOT_LO32},
{{"gotoff_hi"}, VE::S_GOTOFF_HI32},
{{"gotoff_lo"}, VE::S_GOTOFF_LO32},
{{"plt_hi"}, VE::S_PLT_HI32},
{{"plt_lo"}, VE::S_PLT_LO32},
{{"tls_gd_hi"}, VE::S_TLS_GD_HI32},
{{"tls_gd_lo"}, VE::S_TLS_GD_LO32},
{{"tpoff_hi"}, VE::S_TPOFF_HI32},
{{"tpoff_lo"}, VE::S_TPOFF_LO32},
}
@ S_GOTOFF_LO32
Definition VEMCAsmInfo.h:48
@ S_TLS_GD_LO32
Definition VEMCAsmInfo.h:52
@ S_TLS_GD_HI32
Definition VEMCAsmInfo.h:51
@ S_GOTOFF_HI32
Definition VEMCAsmInfo.h:47

Definition at line 22 of file VEMCAsmInfo.cpp.

◆ atSpecifiers

auto atSpecifiers = BUILD_ENUM_STRINGS(AtSpecifierDefs)
constexpr

Definition at line 38 of file VEMCAsmInfo.cpp.