#include "llvm/Support/DataTypes.h"
#include <string>
#include "ARMGenRegisterInfo.inc"
#include "ARMGenInstrInfo.inc"
#include "ARMGenSubtargetInfo.inc"
Go to the source code of this file.
|
| std::string | llvm::ARM_MC::ParseARMTriple (StringRef TT, StringRef CPU) |
| |
| MCSubtargetInfo * | llvm::ARM_MC::createARMMCSubtargetInfo (StringRef TT, StringRef CPU, StringRef FS) |
| |
| MCStreamer * | llvm::createMCAsmStreamer (MCContext &Ctx, formatted_raw_ostream &OS, bool isVerboseAsm, bool useLoc, bool useCFI, bool useDwarfDirectory, MCInstPrinter *InstPrint, MCCodeEmitter *CE, MCAsmBackend *TAB, bool ShowInst) |
| |
| MCCodeEmitter * | llvm::createARMMCCodeEmitter (const MCInstrInfo &MCII, const MCRegisterInfo &MRI, const MCSubtargetInfo &STI, MCContext &Ctx) |
| |
| MCAsmBackend * | llvm::createARMAsmBackend (const Target &T, const MCRegisterInfo &MRI, StringRef TT, StringRef CPU) |
| |
| MCObjectWriter * | llvm::createARMELFObjectWriter (raw_ostream &OS, uint8_t OSABI) |
| | createARMELFObjectWriter - Construct an ELF Mach-O object writer. More...
|
| |
| MCObjectWriter * | llvm::createARMMachObjectWriter (raw_ostream &OS, bool Is64Bit, uint32_t CPUType, uint32_t CPUSubtype) |
| | createARMMachObjectWriter - Construct an ARM Mach-O object writer. More...
|
| |
| MCRelocationInfo * | llvm::createARMMachORelocationInfo (MCContext &Ctx) |
| | createARMMachORelocationInfo - Construct ARM Mach-O relocation info. More...
|
| |
| #define GET_INSTRINFO_ENUM |
| #define GET_SUBTARGETINFO_ENUM |