LLVM API Documentation

TargetSelect.cpp File Reference

#include "JIT.h"
#include "llvm/Module.h"
#include "llvm/ModuleProvider.h"
#include "llvm/Support/Streams.h"
#include "llvm/Target/SubtargetFeature.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetMachineRegistry.h"

Include dependency graph for TargetSelect.cpp:

Go to the source code of this file.

Variables

static cl::opt< const
TargetMachineRegistry::entry
*, false,
TargetMachineRegistry::Parser > 
MArch ("march", cl::desc("Architecture to generate assembly for:"))
static cl::opt< std::string > MCPU ("mcpu", cl::desc("Target a specific cpu type (-mcpu=help for details)"), cl::value_desc("cpu-name"), cl::init(""))
static cl::list< std::string > MAttrs ("mattr", cl::CommaSeparated, cl::desc("Target specific attributes (-mattr=help for details)"), cl::value_desc("a1,+a2,-a3,..."))


Variable Documentation

cl::opt<const TargetMachineRegistry::entry*, false, TargetMachineRegistry::Parser> MArch("march", cl::desc("Architecture to generate assembly for:")) [static]

Referenced by llvm::JIT::createJIT().

cl::list<std::string> MAttrs("mattr", cl::CommaSeparated, cl::desc("Target specific attributes (-mattr=help for details)"), cl::value_desc("a1,+a2,-a3,...")) [static]

Referenced by llvm::JIT::createJIT().

cl::opt<std::string> MCPU("mcpu", cl::desc("Target a specific cpu type (-mcpu=help for details)"), cl::value_desc("cpu-name"), cl::init("")) [static]

Referenced by llvm::JIT::createJIT().




This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.