LLVM 22.0.0git
LoongArchAsmPrinter.cpp File Reference

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "loongarch-asm-printer"

Functions

 INITIALIZE_PASS (LoongArchAsmPrinter, "loongarch-asm-printer", "LoongArch Assembly Printer", false, false) extern "C" LLVM_ABI LLVM_EXTERNAL_VISIBILITY void LLVMInitializeLoongArchAsmPrinter()

Variables

cl::opt< boolLArchAnnotateTableJump ("loongarch-annotate-tablejump", cl::Hidden, cl::desc("Annotate table jump instruction to correlate it with the jump table."), cl::init(false))

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "loongarch-asm-printer"

Definition at line 32 of file LoongArchAsmPrinter.cpp.

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( LoongArchAsmPrinter ,
"loongarch-asm-printer" ,
"LoongArch Assembly Printer" ,
false ,
false  )

Variable Documentation

◆ LArchAnnotateTableJump

cl::opt< bool > LArchAnnotateTableJump("loongarch-annotate-tablejump", cl::Hidden, cl::desc( "Annotate table jump instruction to correlate it with the jump table."), cl::init(false)) ( "loongarch-annotate-tablejump" ,
cl::Hidden ,
cl::desc( "Annotate table jump instruction to correlate it with the jump table.") ,
cl::init(false)  )