14 #ifndef LLVM_CLANG_LIB_BASIC_TARGETS_MSP430_H 15 #define LLVM_CLANG_LIB_BASIC_TARGETS_MSP430_H 19 #include "llvm/ADT/Triple.h" 20 #include "llvm/Support/Compiler.h" 36 LongAlign = LongLongAlign = 16;
40 SizeType = UnsignedInt;
41 IntMaxType = SignedLongLong;
42 IntPtrType = SignedInt;
43 PtrDiffType = SignedInt;
44 SigAtomicType = SignedLong;
45 resetDataLayout(
"e-m:e-p:16:16-i32:16-i64:16-f32:16-f64:16-a:8-n8:16-S16");
56 return Feature ==
"msp430";
92 #endif // LLVM_CLANG_LIB_BASIC_TARGETS_MSP430_H Options for controlling the target.
Keeps track of the various options that can be enabled, which controls the dialect of C or C++ that i...
bool hasFeature(StringRef Feature) const override
Determine whether the given target has the given feature.
static const char *const GCCRegNames[]
ArrayRef< TargetInfo::GCCRegAlias > getGCCRegAliases() const override
Exposes information about the current target.
ArrayRef< Builtin::Info > getTargetBuiltins() const override
Return information about target-specific builtins for the current primary target, and info about whic...
MSP430TargetInfo(const llvm::Triple &Triple, const TargetOptions &)
bool validateAsmConstraint(const char *&Name, TargetInfo::ConstraintInfo &info) const override
Defines the clang::TargetOptions class.
const char * getClobbers() const override
Returns a string of target-specific clobbers, in LLVM format.
BuiltinVaListKind getBuiltinVaListKind() const override
Returns the kind of __builtin_va_list type that should be used with this target.
Dataflow Directional Tag Classes.
typedef char* __builtin_va_list;
BuiltinVaListKind
The different kinds of __builtin_va_list types defined by the target implementation.
Defines the clang::TargetInfo interface.