LLVM 24.0.0git
WebAssemblyExceptionInfo.cpp File Reference

This file implements WebAssemblyException information analysis. More...

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "wasm-exception-info"

Functions

 INITIALIZE_PASS_BEGIN (WebAssemblyExceptionInfoWrapperPass, DEBUG_TYPE, "WebAssembly Exception Information", true, true) INITIALIZE_PASS_END(WebAssemblyExceptionInfoWrapperPass
WebAssembly Exception static true void computeWEI (WebAssemblyExceptionInfo &WEI, MachineFunction &MF, function_ref< MachineDominatorTree &()> GetMDT, function_ref< MachineDominanceFrontier &()> GetMDF)
raw_ostreamoperator<< (raw_ostream &OS, const WebAssemblyException &WE)

Variables

 DEBUG_TYPE
WebAssembly Exception Information
WebAssembly Exception true

Detailed Description

This file implements WebAssemblyException information analysis.

Definition in file WebAssemblyExceptionInfo.cpp.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "wasm-exception-info"

Definition at line 29 of file WebAssemblyExceptionInfo.cpp.

Function Documentation

◆ computeWEI()

◆ INITIALIZE_PASS_BEGIN()

INITIALIZE_PASS_BEGIN ( WebAssemblyExceptionInfoWrapperPass ,
DEBUG_TYPE ,
"WebAssembly Exception Information" ,
true ,
true  )

◆ operator<<()

raw_ostream & operator<< ( raw_ostream & OS,
const WebAssemblyException & WE )

Definition at line 233 of file WebAssemblyExceptionInfo.cpp.

References llvm::WebAssemblyException::print().

Variable Documentation

◆ DEBUG_TYPE

DEBUG_TYPE

Definition at line 37 of file WebAssemblyExceptionInfo.cpp.

◆ Information

WebAssembly Exception Information

Definition at line 38 of file WebAssemblyExceptionInfo.cpp.

◆ true

WebAssembly Exception true

Definition at line 38 of file WebAssemblyExceptionInfo.cpp.