LLVM: lib/Target/M68k/MCTargetDesc/M68kMCAsmInfo.cpp File Reference (original) (raw)
M68kMCAsmInfo.cpp File Reference
This file contains the definitions of the M68k MCAsmInfo properties. More...
#include "[M68kMCAsmInfo.h](M68kMCAsmInfo%5F8h%5Fsource.html)"#include "[llvm/MC/MCExpr.h](MCExpr%5F8h%5Fsource.html)"#include "[llvm/TargetParser/Triple.h](Triple%5F8h%5Fsource.html)"
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"},
}
@ S_GOTPCREL
Definition M68kMCAsmInfo.h:34
@ S_TLSGD
Definition M68kMCAsmInfo.h:37
@ S_GOTTPOFF
Definition M68kMCAsmInfo.h:35
@ S_PLT
Definition M68kMCAsmInfo.h:36
@ S_TLSLD
Definition M68kMCAsmInfo.h:38
@ S_TPOFF
Definition M68kMCAsmInfo.h:40
@ S_TLSLDM
Definition M68kMCAsmInfo.h:39
@ S_GOTOFF
Definition M68kMCAsmInfo.h:33
Definition at line 21 of file M68kMCAsmInfo.cpp.