LLVM 24.0.0git
M68kMCAsmInfo.cpp File Reference

This file contains the definitions of the M68k MCAsmInfo properties. More...

#include "M68kMCAsmInfo.h"
#include "llvm/ADT/Enum.h"
#include "llvm/MC/MCExpr.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)

Detailed Description

This file contains the definitions of the M68k MCAsmInfo properties.

Definition in file M68kMCAsmInfo.cpp.

Variable Documentation

◆ AtSpecifierDefs

EnumStringDef<MCAsmInfo::AtSpecifierKind> AtSpecifierDefs[]
constexpr
Initial value:
= {
{{"GOTOFF"}, M68k::S_GOTOFF}, {{"GOTPCREL"}, M68k::S_GOTPCREL},
{{"GOTTPOFF"}, M68k::S_GOTTPOFF}, {{"PLT"}, M68k::S_PLT},
{{"TLSGD"}, M68k::S_TLSGD}, {{"TLSLD"}, M68k::S_TLSLD},
{{"TLSLDM"}, M68k::S_TLSLDM}, {{"TPOFF"}, M68k::S_TPOFF},
}

Definition at line 21 of file M68kMCAsmInfo.cpp.

◆ atSpecifiers

auto atSpecifiers = BUILD_ENUM_STRINGS(AtSpecifierDefs)
constexpr

Definition at line 27 of file M68kMCAsmInfo.cpp.