|
LLVM 22.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/MCAsmInfo.h"#include "llvm/MC/MCContext.h"#include "llvm/MC/MCInstBuilder.h"#include "llvm/MC/MCSectionELF.h"#include "llvm/MC/TargetRegistry.h"#include "llvm/Support/Compiler.h"#include "LoongArchGenMCPseudoLowering.inc"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< 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 32 of file LoongArchAsmPrinter.cpp.
| INITIALIZE_PASS | ( | LoongArchAsmPrinter | , |
| "loongarch-asm-printer" | , | ||
| "LoongArch Assembly Printer" | , | ||
| false | , | ||
| false | ) |
Definition at line 309 of file LoongArchAsmPrinter.cpp.
References llvm::getTheLoongArch32Target(), llvm::getTheLoongArch64Target(), LLVM_ABI, LLVM_EXTERNAL_VISIBILITY, 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().