LLVM 19.0.0git
Macros | Functions
WebAssemblyFixBrTableDefaults.cpp File Reference
#include "MCTargetDesc/WebAssemblyMCTargetDesc.h"
#include "WebAssembly.h"
#include "WebAssemblySubtarget.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/Pass.h"

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "wasm-fix-br-table-defaults"
 

Functions

 INITIALIZE_PASS (WebAssemblyFixBrTableDefaults, DEBUG_TYPE, "Removes range checks and sets br_table default targets", false, false) FunctionPass *llvm
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "wasm-fix-br-table-defaults"

Definition at line 27 of file WebAssemblyFixBrTableDefaults.cpp.

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( WebAssemblyFixBrTableDefaults  ,
DEBUG_TYPE  ,
"Removes range checks and sets br_table default targets"  ,
false  ,
false   
)

Definition at line 195 of file WebAssemblyFixBrTableDefaults.cpp.