#include "MSP430.h"
#include "CommonArgs.h"
#include "Gnu.h"
#include "clang/Driver/Compilation.h"
#include "clang/Driver/InputInfo.h"
#include "clang/Driver/Multilib.h"
#include "clang/Driver/Options.h"
#include "llvm/Option/ArgList.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Path.h"
#include "clang/Basic/MSP430Target.def"
Go to the source code of this file.
◆ MSP430_MCU
#define MSP430_MCU |
( |
|
NAME | ) |
.Case(NAME, true) |
◆ MSP430_MCU_FEAT
#define MSP430_MCU_FEAT |
( |
|
NAME, |
|
|
|
HWMULT |
|
) |
| .Case(NAME, HWMULT) |
◆ AddImplicitLinkerScript()
static void AddImplicitLinkerScript |
( |
const std::string |
SysRoot, |
|
|
const ArgList & |
Args, |
|
|
ArgStringList & |
CmdArgs |
|
) |
| |
|
static |
◆ AddSspArgs()
static void AddSspArgs |
( |
const ArgList & |
Args, |
|
|
ArgStringList & |
CmdArgs |
|
) |
| |
|
static |
◆ getHWMultLib()
static StringRef getHWMultLib |
( |
const ArgList & |
Args | ) |
|
|
static |
◆ getSupportedHWMult()
static StringRef getSupportedHWMult |
( |
const Arg * |
MCU | ) |
|
|
static |
◆ isSupportedMCU()
static bool isSupportedMCU |
( |
const StringRef |
MCU | ) |
|
|
static |