LLVM 20.0.0git
|
#include "RISCVInstPrinter.h"
#include "RISCVBaseInfo.h"
#include "RISCVMCExpr.h"
#include "llvm/MC/MCAsmInfo.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCInst.h"
#include "llvm/MC/MCInstPrinter.h"
#include "llvm/MC/MCRegisterInfo.h"
#include "llvm/MC/MCSubtargetInfo.h"
#include "llvm/MC/MCSymbol.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/FormattedStream.h"
#include "RISCVGenAsmWriter.inc"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "asm-printer" |
#define | PRINT_ALIAS_INSTR |
Variables | |
static cl::opt< bool > | NoAliases ("riscv-no-aliases", cl::desc("Disable the emission of assembler pseudo instructions"), cl::init(false), cl::Hidden) |
static bool | ArchRegNames |
#define DEBUG_TYPE "asm-printer" |
Definition at line 28 of file RISCVInstPrinter.cpp.
#define PRINT_ALIAS_INSTR |
Definition at line 31 of file RISCVInstPrinter.cpp.
|
static |
Definition at line 43 of file RISCVInstPrinter.cpp.