LLVM API Documentation
#include "PPC.h"
#include "PPCFrameInfo.h"
#include "PPCTargetMachine.h"
#include "PPCJITInfo.h"
#include "llvm/Module.h"
#include "llvm/PassManager.h"
#include "llvm/Analysis/Verifier.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 PPCTargetMachine.cpp:
Go to the source code of this file.
Variables | |
RegisterTarget< PPC32TargetMachine > | X ("ppc32"," PowerPC 32") |
RegisterTarget< PPC64TargetMachine > | Y ("ppc64"," PowerPC 64") |
RegisterTarget<PPC32TargetMachine> X("ppc32"," PowerPC 32") [static] |
RegisterTarget<PPC64TargetMachine> Y("ppc64"," PowerPC 64") [static] |