LLVM
15.0.0git
|
#include "CSKYInstPrinter.h"
#include "MCTargetDesc/CSKYBaseInfo.h"
#include "MCTargetDesc/CSKYMCExpr.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/MC/MCAsmInfo.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCInst.h"
#include "llvm/MC/MCInstrInfo.h"
#include "llvm/MC/MCRegisterInfo.h"
#include "llvm/MC/MCSection.h"
#include "llvm/MC/MCSubtargetInfo.h"
#include "llvm/MC/MCSymbol.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/FormattedStream.h"
#include "CSKYGenAsmWriter.inc"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "csky-asm-printer" |
#define | PRINT_ALIAS_INSTR |
Variables | |
static cl::opt< bool > | NoAliases ("csky-no-aliases", cl::desc("Disable the emission of assembler pseudo instructions"), cl::init(false), cl::Hidden) |
static cl::opt< bool > | ArchRegNames ("csky-arch-reg-names", cl::desc("Print architectural register names rather than the " "ABI names (such as r14 instead of sp)"), cl::init(false), cl::Hidden) |
#define DEBUG_TYPE "csky-asm-printer" |
Definition at line 32 of file CSKYInstPrinter.cpp.
#define PRINT_ALIAS_INSTR |
Definition at line 35 of file CSKYInstPrinter.cpp.
|
static |