26#define BUILTIN CLANG_BUILTIN_STR_TABLE
27#include "clang/Basic/BuiltinsXCore.def"
31#define BUILTIN CLANG_BUILTIN_ENTRY
32#define LIBBUILTIN CLANG_LIBBUILTIN_ENTRY
33#include "clang/Basic/BuiltinsXCore.def"
38 Builder.defineMacro(
"__xcore__");
39 Builder.defineMacro(
"__XS1B__");
static constexpr llvm::StringTable BuiltinStrings
static constexpr Builtin::Info BuiltinInfos[]
static constexpr unsigned NumBuiltins
Defines enum values for all the target-independent builtin functions.
#define CLANG_BUILTIN_STR_TABLE_START
Defines the clang::MacroBuilder utility class.
Enumerates target-specific builtins in their own namespaces within namespace clang.
Keeps track of the various options that can be enabled, which controls the dialect of C or C++ that i...
llvm::SmallVector< Builtin::InfosShard > getTargetBuiltins() const override
Return information about target-specific builtins for the current primary target, and info about whic...
void getTargetDefines(const LangOptions &Opts, MacroBuilder &Builder) const override
===-— Other target property query methods -----------------------—===//
static constexpr std::array< Info, N > MakeInfos(std::array< Info, N > Infos)
A constexpr function to construct an infos array from X-macros.
The JSON file list parser is used to communicate input to InstallAPI.