LLVM API Documentation
#include "llvm/Support/DataTypes.h"
#include "PPCGenRegisterInfo.inc"
#include "PPCGenInstrInfo.inc"
#include "PPCGenSubtargetInfo.inc"
Go to the source code of this file.
Namespaces | |
namespace | llvm |
List of target independent CodeGen pass IDs. | |
Defines | |
#define | GET_REGINFO_ENUM |
#define | GET_INSTRINFO_ENUM |
#define | GET_SUBTARGETINFO_ENUM |
Functions | |
MCCodeEmitter * | llvm::createPPCMCCodeEmitter (const MCInstrInfo &MCII, const MCRegisterInfo &MRI, const MCSubtargetInfo &STI, MCContext &Ctx) |
MCAsmBackend * | llvm::createPPCAsmBackend (const Target &T, const MCRegisterInfo &MRI, StringRef TT, StringRef CPU) |
MCObjectWriter * | llvm::createPPCELFObjectWriter (raw_ostream &OS, bool Is64Bit, bool IsLittleEndian, uint8_t OSABI) |
createPPCELFObjectWriter - Construct an PPC ELF object writer. | |
MCObjectWriter * | llvm::createPPCMachObjectWriter (raw_ostream &OS, bool Is64Bit, uint32_t CPUType, uint32_t CPUSubtype) |
createPPCELFObjectWriter - Construct a PPC Mach-O object writer. | |
Variables | |
Target | llvm::ThePPC32Target |
Target | llvm::ThePPC64Target |
Target | llvm::ThePPC64LETarget |
#define GET_INSTRINFO_ENUM |
Definition at line 69 of file PPCMCTargetDesc.h.
#define GET_REGINFO_ENUM |
Definition at line 64 of file PPCMCTargetDesc.h.
#define GET_SUBTARGETINFO_ENUM |
Definition at line 72 of file PPCMCTargetDesc.h.