15constexpr std::array<MSP430AttributeParser::DisplayHandler, 4>
16 MSP430AttributeParser::DisplayRoutines{
23 static const char *
const StringVals[] = {
"None",
"MSP430",
"MSP430X"};
28 static const char *
const StringVals[] = {
"None",
"Small",
"Large"};
33 static const char *
const StringVals[] = {
"None",
"Small",
"Large",
39 static const char *
const StringVals[] = {
"None",
"Small",
"Integer",
46 for (
const DisplayHandler &Disp : DisplayRoutines) {
This file contains support routines for parsing MSP430 ELF build attributes.
ArrayRef - Represent a constant reference to an array (0 or more elements consecutively in memory),...
Error parseStringAttribute(const char *name, unsigned tag, ArrayRef< const char * > strings)
Lightweight error class with error context and mandatory checking.
static ErrorSuccess success()
Create a success value.
This is an optimization pass for GlobalISel generic memory operations.