LLVM 20.0.0git
|
#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< bool > | LArchAnnotateTableJump ("loongarch-annotate-tablejump", cl::Hidden, cl::desc("Annotate table jump instruction to correlate it with the jump table."), cl::init(false)) |
#define DEBUG_TYPE "loongarch-asm-printer" |
Definition at line 30 of file LoongArchAsmPrinter.cpp.
LLVM_EXTERNAL_VISIBILITY void LLVMInitializeLoongArchAsmPrinter | ( | ) |
Definition at line 292 of file LoongArchAsmPrinter.cpp.
References llvm::getTheLoongArch32Target(), llvm::getTheLoongArch64Target(), X, and Y.
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) | |||
) |
Referenced by llvm::LoongArchAsmPrinter::emitJumpTableInfo().