clang 22.0.0git
TCE.cpp
Go to the documentation of this file.
1/===--- TCE.cpp - Implement TCE target feature support -------------------===/
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/ This file implements TCE TargetInfo objects.
10/
11/===----------------------------------------------------------------------===/
12
13#include "TCE.h"
14#include "Targets.h"
16
17using namespace clang;
18using namespace clang::targets;
19
21 MacroBuilder &Builder) const {
22 DefineStd(Builder, "tce", Opts);
23 Builder.defineMacro("__TCE__");
24 Builder.defineMacro("__TCE_V1__");
25}
26
28 MacroBuilder &Builder) const {
29 DefineStd(Builder, "tcele", Opts);
30 Builder.defineMacro("__TCE__");
31 Builder.defineMacro("__TCE_V1__");
32 Builder.defineMacro("__TCELE__");
33 Builder.defineMacro("__TCELE_V1__");
34}
Defines the clang::MacroBuilder utility class.
Keeps track of the various options that can be enabled, which controls the dialect of C or C++ that i...
void getTargetDefines(const LangOptions &Opts, MacroBuilder &Builder) const override
===-— Other target property query methods -----------------------—===/
Definition TCE.cpp:27
void getTargetDefines(const LangOptions &Opts, MacroBuilder &Builder) const override
===-— Other target property query methods -----------------------—===/
Definition TCE.cpp:20
LLVM_LIBRARY_VISIBILITY void DefineStd(clang::MacroBuilder &Builder, llvm::StringRef MacroName, const clang::LangOptions &Opts)
Define a macro name and standard variants.
The JSON file list parser is used to communicate input to InstallAPI.

Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!

Check out: eBank.nz (Art Generator) | Netwrck.com (AI Tools) | Text-Generator.io (AI API) | BitBank.nz (Crypto AI) | ReadingTime (Kids Reading) | RewordGame | BigMultiplayerChess | WebFiddle | How.nz | Helix AI Assistant