LLVM 23.0.0git
AVRTargetParser.h
Go to the documentation of this file.
1//===-- AVRTargetParser - Parser for AVR target features ------------------===//
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///
9/// \file
10/// This file implements a target parser to recognise AVR hardware features.
11///
12//===----------------------------------------------------------------------===//
13
14#ifndef LLVM_TARGETPARSER_AVRTARGETPARSER_H
15#define LLVM_TARGETPARSER_AVRTARGETPARSER_H
16
17#include "llvm/ADT/StringRef.h"
18#include "llvm/Support/Error.h"
19#include <string>
20
21namespace llvm {
22namespace AVR {
23
25
26} // namespace AVR
27} // namespace llvm
28#endif
#define LLVM_ABI
Definition Compiler.h:213
Tagged union holding either a T or a Error.
Definition Error.h:485
Contains the AVR backend.
LLVM_ABI Expected< std::string > getFeatureSetFromEFlag(const unsigned EFlag)
This is an optimization pass for GlobalISel generic memory operations.
Definition Types.h:26