LLVM 22.0.0git
CSKYMCAsmInfo.cpp File Reference

Go to the source code of this file.

Functions

static StringRef getVariantKindName (uint8_t Kind)

Variables

const MCAsmInfo::AtSpecifier atSpecifiers []

Function Documentation

◆ getVariantKindName()

StringRef getVariantKindName ( uint8_t Kind)
static

Definition at line 42 of file CSKYMCAsmInfo.cpp.

References llvm_unreachable.

Referenced by llvm::CSKYMCAsmInfo::printSpecifierExpr().

Variable Documentation

◆ atSpecifiers

const MCAsmInfo::AtSpecifier atSpecifiers[]
Initial value:
= {
{CSKY::S_GOT, "GOT"}, {CSKY::S_GOTOFF, "GOTOFF"},
{CSKY::S_PLT, "PLT"}, {CSKY::S_TLSGD, "TLSGD"},
{CSKY::S_TLSLDM, "TLSLDM"}, {CSKY::S_TPOFF, "TPOFF"},
}

Definition at line 21 of file CSKYMCAsmInfo.cpp.