LLVM 20.0.0git
Macros | Functions | Variables
LoongArchAsmPrinter.cpp File Reference
#include "LoongArchAsmPrinter.h"
#include "LoongArch.h"
#include "LoongArchMachineFunctionInfo.h"
#include "MCTargetDesc/LoongArchInstPrinter.h"
#include "MCTargetDesc/LoongArchMCTargetDesc.h"
#include "TargetInfo/LoongArchTargetInfo.h"
#include "llvm/CodeGen/AsmPrinter.h"
#include "llvm/CodeGen/MachineJumpTableInfo.h"
#include "llvm/CodeGen/MachineModuleInfoImpls.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCInstBuilder.h"
#include "llvm/MC/MCSectionELF.h"
#include "llvm/MC/TargetRegistry.h"
#include "LoongArchGenMCPseudoLowering.inc"

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "loongarch-asm-printer"
 

Functions

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 30 of file LoongArchAsmPrinter.cpp.

Function Documentation

◆ LLVMInitializeLoongArchAsmPrinter()

LLVM_EXTERNAL_VISIBILITY void LLVMInitializeLoongArchAsmPrinter ( )

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)   
)