17 using namespace clang;
20 const char *
const MSP430TargetInfo::GCCRegNames[] = {
21 "r0",
"r1",
"r2",
"r3",
"r4",
"r5",
"r6",
"r7",
22 "r8",
"r9",
"r10",
"r11",
"r12",
"r13",
"r14",
"r15" 26 return llvm::makeArrayRef(GCCRegNames);
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...
ArrayRef< const char * > getGCCRegNames() const override
void getTargetDefines(const LangOptions &Opts, MacroBuilder &Builder) const override
===-— Other target property query methods --------------------——===//
Dataflow Directional Tag Classes.
void defineMacro(const Twine &Name, const Twine &Value="1")
Append a #define line for macro of the form "\#define Name Value\n".