LLVM 22.0.0git
Variables
M68kMCAsmInfo.cpp File Reference

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

#include "M68kMCAsmInfo.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/TargetParser/Triple.h"

Go to the source code of this file.

Variables

const MCAsmInfo::AtSpecifier atSpecifiers []
 

Detailed Description

This file contains the definitions of the M68k MCAsmInfo properties.

Definition in file M68kMCAsmInfo.cpp.

Variable Documentation

◆ atSpecifiers

const MCAsmInfo::AtSpecifier atSpecifiers[]
Initial value:
= {
{M68k::S_GOTOFF, "GOTOFF"}, {M68k::S_GOTPCREL, "GOTPCREL"},
{M68k::S_GOTTPOFF, "GOTTPOFF"}, {M68k::S_PLT, "PLT"},
{M68k::S_TLSGD, "TLSGD"}, {M68k::S_TLSLD, "TLSLD"},
{M68k::S_TLSLDM, "TLSLDM"}, {M68k::S_TPOFF, "TPOFF"},
}

Definition at line 21 of file M68kMCAsmInfo.cpp.