|
LLVM 22.0.0git
|
#include "RISCV.h"#include "RISCVInstrInfo.h"#include "RISCVSubtarget.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/MachineInstrBuilder.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "riscv-lpad-setup" |
| #define | PASS_NAME "RISC-V Landing Pad Setup" |
Variables | |
| cl::opt< uint32_t > | PreferredLandingPadLabel |
| #define DEBUG_TYPE "riscv-lpad-setup" |
Definition at line 22 of file RISCVLandingPadSetup.cpp.
| #define PASS_NAME "RISC-V Landing Pad Setup" |
Definition at line 23 of file RISCVLandingPadSetup.cpp.