LLVM  8.0.1
Macros | Functions | Variables
WebAssemblyExceptionInfo.cpp File Reference

This file implements WebAssemblyException information analysis. More...

#include "WebAssemblyExceptionInfo.h"
#include "MCTargetDesc/WebAssemblyMCTargetDesc.h"
#include "WebAssemblyUtilities.h"
#include "llvm/ADT/PostOrderIterator.h"
#include "llvm/CodeGen/MachineDominanceFrontier.h"
#include "llvm/CodeGen/MachineDominators.h"
Include dependency graph for WebAssemblyExceptionInfo.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "wasm-exception-info"
 

Functions

 INITIALIZE_PASS_BEGIN (WebAssemblyExceptionInfo, DEBUG_TYPE, "WebAssembly Exception Information", true, true) INITIALIZE_PASS_END(WebAssemblyExceptionInfo
 
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 24 of file WebAssemblyExceptionInfo.cpp.

Function Documentation

◆ INITIALIZE_PASS_BEGIN()

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

◆ operator<<()

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

Definition at line 192 of file WebAssemblyExceptionInfo.cpp.

References llvm::WebAssemblyException::print().

Variable Documentation

◆ DEBUG_TYPE

DEBUG_TYPE

Definition at line 32 of file WebAssemblyExceptionInfo.cpp.

◆ Information

WebAssembly Exception Information

Definition at line 32 of file WebAssemblyExceptionInfo.cpp.

◆ true

WebAssembly Exception true

Definition at line 32 of file WebAssemblyExceptionInfo.cpp.