LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

PowerPCTargetMachine.cpp File Reference

#include "PowerPC.h"
#include "PowerPCTargetMachine.h"
#include "PowerPCFrameInfo.h"
#include "PPC32TargetMachine.h"
#include "PPC64TargetMachine.h"
#include "PPC32JITInfo.h"
#include "PPC64JITInfo.h"
#include "llvm/Module.h"
#include "llvm/PassManager.h"
#include "llvm/CodeGen/IntrinsicLowering.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/Target/TargetOptions.h"
#include "llvm/Target/TargetMachineRegistry.h"
#include "llvm/Transforms/Scalar.h"
#include "llvm/Support/CommandLine.h"
#include <iostream>

Include dependency graph for PowerPCTargetMachine.cpp:

Go to the source code of this file.

Namespaces

namespace  llvm

Variables

cl::opt< bool > llvm::AIX ("aix", cl::desc("Generate AIX/xcoff instead of Darwin/MachO"), cl::Hidden)


Variable Documentation

const std::string PPC32ID = "PowerPC/32bit" [static]
 

Definition at line 39 of file PowerPCTargetMachine.cpp.

const std::string PPC64ID = "PowerPC/64bit" [static]
 

Definition at line 40 of file PowerPCTargetMachine.cpp.

RegisterTarget<PPC32TargetMachine> X("ppc32"," PowerPC 32-bit") [static]