LLVM API Documentation

PPCSubtarget.cpp File Reference

#include "PPCSubtarget.h"
#include "PPC.h"
#include "llvm/Module.h"
#include "llvm/Support/CommandLine.h"
#include "PPCGenSubtarget.inc"

Include dependency graph for PPCSubtarget.cpp:

Go to the source code of this file.

Namespaces

namespace  llvm

Functions

cl::opt< PPCTargetEnum, true > llvm::PPCTargetArg (cl::desc("Force generation of code for a specific PPC target:"), cl::values(clEnumValN(TargetAIX,"aix"," Enable AIX codegen"), clEnumValN(TargetDarwin,"darwin"," Enable Darwin codegen"), clEnumValEnd), cl::location(PPCTarget), cl::init(TargetDefault))