|
LLVM
4.0.0
|
#include "llvm/MC/MCTargetOptions.h"#include "llvm/Support/DataTypes.h"#include "llvm/Config/config.h"#include "RISCVGenRegisterInfo.inc"#include "RISCVGenInstrInfo.inc"Go to the source code of this file.
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Macros | |
| #define | GET_REGINFO_ENUM |
| #define | GET_INSTRINFO_ENUM |
Functions | |
| Target & | llvm::getTheRISCV32Target () |
| Target & | llvm::getTheRISCV64Target () |
| MCCodeEmitter * | llvm::createRISCVMCCodeEmitter (const MCInstrInfo &MCII, const MCRegisterInfo &MRI, MCContext &Ctx) |
| MCAsmBackend * | llvm::createRISCVAsmBackend (const Target &T, const MCRegisterInfo &MRI, const Triple &TT, StringRef CPU, const MCTargetOptions &Options) |
| MCObjectWriter * | llvm::createRISCVELFObjectWriter (raw_pwrite_stream &OS, uint8_t OSABI, bool Is64Bit) |
| #define GET_INSTRINFO_ENUM |
Definition at line 55 of file RISCVMCTargetDesc.h.
| #define GET_REGINFO_ENUM |
Definition at line 51 of file RISCVMCTargetDesc.h.
1.8.6