LLVM
8.0.1
|
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"
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_ostream & | operator<< (raw_ostream &OS, const WebAssemblyException &WE) |
Variables | |
DEBUG_TYPE | |
WebAssembly Exception | Information |
WebAssembly Exception | true |
This file implements WebAssemblyException information analysis.
Definition in file WebAssemblyExceptionInfo.cpp.
#define DEBUG_TYPE "wasm-exception-info" |
Definition at line 24 of file WebAssemblyExceptionInfo.cpp.
INITIALIZE_PASS_BEGIN | ( | WebAssemblyExceptionInfo | , |
DEBUG_TYPE | , | ||
"WebAssembly Exception Information" | , | ||
true | , | ||
true | |||
) |
raw_ostream& operator<< | ( | raw_ostream & | OS, |
const WebAssemblyException & | WE | ||
) |
Definition at line 192 of file WebAssemblyExceptionInfo.cpp.
References llvm::WebAssemblyException::print().
DEBUG_TYPE |
Definition at line 32 of file WebAssemblyExceptionInfo.cpp.
WebAssembly Exception Information |
Definition at line 32 of file WebAssemblyExceptionInfo.cpp.
WebAssembly Exception true |
Definition at line 32 of file WebAssemblyExceptionInfo.cpp.