19const char *
const MSP430TargetInfo::GCCRegNames[] = {
20 "r0",
"r1",
"r2",
"r3",
"r4",
"r5",
"r6",
"r7",
21 "r8",
"r9",
"r10",
"r11",
"r12",
"r13",
"r14",
"r15"
30 Builder.defineMacro(
"MSP430");
31 Builder.defineMacro(
"__MSP430__");
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 -----------------------—===//
ArrayRef< const char * > getGCCRegNames() const override
The JSON file list parser is used to communicate input to InstallAPI.