LLVM 19.0.0git
Macros | Variables
LoongArchInstPrinter.cpp File Reference
#include "LoongArchInstPrinter.h"
#include "LoongArchBaseInfo.h"
#include "LoongArchMCTargetDesc.h"
#include "llvm/MC/MCAsmInfo.h"
#include "llvm/MC/MCInst.h"
#include "llvm/MC/MCRegisterInfo.h"
#include "llvm/MC/MCSubtargetInfo.h"
#include "llvm/MC/MCSymbol.h"
#include "llvm/Support/CommandLine.h"
#include "LoongArchGenAsmWriter.inc"

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "loongarch-asm-printer"
 
#define PRINT_ALIAS_INSTR
 

Variables

static cl::opt< boolNumericReg ("loongarch-numeric-reg", cl::desc("Print numeric register names rather than the ABI " "names (such as $r0 instead of $zero)"), cl::init(false), cl::Hidden)
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "loongarch-asm-printer"

Definition at line 24 of file LoongArchInstPrinter.cpp.

◆ PRINT_ALIAS_INSTR

#define PRINT_ALIAS_INSTR

Definition at line 27 of file LoongArchInstPrinter.cpp.

Variable Documentation

◆ NumericReg

cl::opt< bool > NumericReg("loongarch-numeric-reg", cl::desc("Print numeric register names rather than the ABI " "names (such as $r0 instead of $zero)"), cl::init(false), cl::Hidden) ( "loongarch-numeric-reg"  ,
cl::desc("Print numeric register names rather than the ABI " "names (such as $r0 instead of $zero)")  ,
cl::init(false)  ,
cl::Hidden   
)
static