25 Builder.defineMacro(
"__xtensa__");
26 Builder.defineMacro(
"__XTENSA__");
28 Builder.defineMacro(
"__XTENSA_EB__");
30 Builder.defineMacro(
"__XTENSA_EL__");
31 Builder.defineMacro(
"__XCHAL_HAVE_BE",
BigEndian ?
"1" :
"0");
32 Builder.defineMacro(
"__XCHAL_HAVE_ABS");
33 Builder.defineMacro(
"__XCHAL_HAVE_ADDX");
34 Builder.defineMacro(
"__XCHAL_HAVE_L32R");
Defines enum values for all the target-independent builtin functions.
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...
void getTargetDefines(const LangOptions &Opts, MacroBuilder &Builder) const override
===-— Other target property query methods -----------------------—===//
The JSON file list parser is used to communicate input to InstallAPI.