LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Macros | Functions | Variables
ARMMCTargetDesc.h File Reference
#include "llvm/Support/DataTypes.h"
#include <string>
#include "ARMGenRegisterInfo.inc"
#include "ARMGenInstrInfo.inc"
#include "ARMGenSubtargetInfo.inc"
Include dependency graph for ARMMCTargetDesc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 llvm
 List of target independent CodeGen pass IDs.
 
 llvm::ARM_MC
 

Macros

#define GET_REGINFO_ENUM
 
#define GET_INSTRINFO_ENUM
 
#define GET_SUBTARGETINFO_ENUM
 

Functions

std::string llvm::ARM_MC::ParseARMTriple (StringRef TT, StringRef CPU)
 
MCSubtargetInfollvm::ARM_MC::createARMMCSubtargetInfo (StringRef TT, StringRef CPU, StringRef FS)
 
MCStreamerllvm::createMCAsmStreamer (MCContext &Ctx, formatted_raw_ostream &OS, bool isVerboseAsm, bool useLoc, bool useCFI, bool useDwarfDirectory, MCInstPrinter *InstPrint, MCCodeEmitter *CE, MCAsmBackend *TAB, bool ShowInst)
 
MCCodeEmitterllvm::createARMMCCodeEmitter (const MCInstrInfo &MCII, const MCRegisterInfo &MRI, const MCSubtargetInfo &STI, MCContext &Ctx)
 
MCAsmBackendllvm::createARMAsmBackend (const Target &T, const MCRegisterInfo &MRI, StringRef TT, StringRef CPU)
 
MCObjectWriterllvm::createARMELFObjectWriter (raw_ostream &OS, uint8_t OSABI)
 createARMELFObjectWriter - Construct an ELF Mach-O object writer. More...
 
MCObjectWriterllvm::createARMMachObjectWriter (raw_ostream &OS, bool Is64Bit, uint32_t CPUType, uint32_t CPUSubtype)
 createARMMachObjectWriter - Construct an ARM Mach-O object writer. More...
 
MCRelocationInfollvm::createARMMachORelocationInfo (MCContext &Ctx)
 createARMMachORelocationInfo - Construct ARM Mach-O relocation info. More...
 

Variables

Target llvm::TheARMTarget
 
Target llvm::TheThumbTarget
 

Macro Definition Documentation

#define GET_INSTRINFO_ENUM

Definition at line 85 of file ARMMCTargetDesc.h.

#define GET_REGINFO_ENUM

Definition at line 80 of file ARMMCTargetDesc.h.

#define GET_SUBTARGETINFO_ENUM

Definition at line 88 of file ARMMCTargetDesc.h.