LLVM 19.0.0git
MSP430Attributes.cpp
Go to the documentation of this file.
1//===-- MSP430Attributes.cpp - MSP430 Attributes --------------------------===//
2//
3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6//
7//===----------------------------------------------------------------------===//
8
10
11using namespace llvm;
12using namespace llvm::MSP430Attrs;
13
14static constexpr TagNameItem TagData[] = {{TagISA, "Tag_ISA"},
15 {TagCodeModel, "Tag_Code_Model"},
16 {TagDataModel, "Tag_Data_Model"},
17 {TagEnumSize, "Tag_Enum_Size"}};
18
22}
static constexpr TagNameItem TagData[]
constexpr TagNameMap MSP430AttributeTags
This file contains enumerations for MSP430 ELF build attributes as defined in the MSP430 ELF psABI sp...
const TagNameMap & getMSP430AttributeTags()
This is an optimization pass for GlobalISel generic memory operations.
Definition: AddressRanges.h:18