#include "TCESubtarget.hh"
#include <iostream>
#include "LLVMTCECmdLineOptions.hh"
#include "TCETargetMachine.hh"
#include "TCETargetMachinePlugin.hh"
#include "llvm/Support/CommandLine.h"
#include "TCEGenSubTargetInfo.inc"
Go to the source code of this file.
|
cl::opt< std::string > | BackendPluginFile ("tce-plugin-file", cl::value_desc("plugin file"), cl::desc("TCE target machine plugin file."), cl::NotHidden) |
|
◆ DEBUG_TYPE
◆ GET_SUBTARGETINFO_CTOR
#define GET_SUBTARGETINFO_CTOR |
◆ GET_SUBTARGETINFO_MC_DESC
#define GET_SUBTARGETINFO_MC_DESC |
◆ GET_SUBTARGETINFO_TARGET_DESC
#define GET_SUBTARGETINFO_TARGET_DESC |
◆ BackendPluginFile()
cl::opt<std::string> BackendPluginFile |
( |
"tce-plugin-file" |
, |
|
|
cl::value_desc("plugin file") |
, |
|
|
cl::desc("TCE target machine plugin file.") |
, |
|
|
cl::NotHidden |
|
|
) |
| |