|
LLVM
8.0.1
|
#include "llvm/CodeGen/WasmEHFuncInfo.h"

Public Member Functions | |
| const BasicBlock * | getEHPadUnwindDest (const BasicBlock *BB) const |
| void | setEHPadUnwindDest (const BasicBlock *BB, const BasicBlock *Dest) |
| const BasicBlock * | getThrowUnwindDest (BasicBlock *BB) const |
| void | setThrowUnwindDest (const BasicBlock *BB, const BasicBlock *Dest) |
| bool | hasEHPadUnwindDest (const BasicBlock *BB) const |
| bool | hasThrowUnwindDest (const BasicBlock *BB) const |
| MachineBasicBlock * | getEHPadUnwindDest (MachineBasicBlock *MBB) const |
| void | setEHPadUnwindDest (MachineBasicBlock *MBB, MachineBasicBlock *Dest) |
| MachineBasicBlock * | getThrowUnwindDest (MachineBasicBlock *MBB) const |
| void | setThrowUnwindDest (MachineBasicBlock *MBB, MachineBasicBlock *Dest) |
| bool | hasEHPadUnwindDest (MachineBasicBlock *MBB) const |
| bool | hasThrowUnwindDest (MachineBasicBlock *MBB) const |
Public Attributes | |
| DenseMap< BBOrMBB, BBOrMBB > | EHPadUnwindMap |
| DenseMap< BBOrMBB, BBOrMBB > | ThrowUnwindMap |
Definition at line 28 of file WasmEHFuncInfo.h.
|
inline |
Definition at line 38 of file WasmEHFuncInfo.h.
References llvm::DenseMapBase< DenseMap< KeyT, ValueT, KeyInfoT, BucketT >, KeyT, ValueT, KeyInfoT, BucketT >::lookup().
|
inline |
Definition at line 57 of file WasmEHFuncInfo.h.
References llvm::DenseMapBase< DenseMap< KeyT, ValueT, KeyInfoT, BucketT >, KeyT, ValueT, KeyInfoT, BucketT >::lookup().
|
inline |
Definition at line 44 of file WasmEHFuncInfo.h.
References llvm::DenseMapBase< DenseMap< KeyT, ValueT, KeyInfoT, BucketT >, KeyT, ValueT, KeyInfoT, BucketT >::lookup().
|
inline |
Definition at line 63 of file WasmEHFuncInfo.h.
References llvm::DenseMapBase< DenseMap< KeyT, ValueT, KeyInfoT, BucketT >, KeyT, ValueT, KeyInfoT, BucketT >::lookup().
|
inline |
Definition at line 50 of file WasmEHFuncInfo.h.
References llvm::DenseMapBase< DenseMap< KeyT, ValueT, KeyInfoT, BucketT >, KeyT, ValueT, KeyInfoT, BucketT >::count().
|
inline |
Definition at line 69 of file WasmEHFuncInfo.h.
References llvm::DenseMapBase< DenseMap< KeyT, ValueT, KeyInfoT, BucketT >, KeyT, ValueT, KeyInfoT, BucketT >::count().
|
inline |
Definition at line 53 of file WasmEHFuncInfo.h.
References llvm::DenseMapBase< DenseMap< KeyT, ValueT, KeyInfoT, BucketT >, KeyT, ValueT, KeyInfoT, BucketT >::count().
|
inline |
Definition at line 72 of file WasmEHFuncInfo.h.
References llvm::calculateWasmEHInfo(), llvm::DenseMapBase< DenseMap< KeyT, ValueT, KeyInfoT, BucketT >, KeyT, ValueT, KeyInfoT, BucketT >::count(), and F().
|
inline |
Definition at line 41 of file WasmEHFuncInfo.h.
Referenced by llvm::calculateWasmEHInfo().
|
inline |
Definition at line 60 of file WasmEHFuncInfo.h.
|
inline |
Definition at line 47 of file WasmEHFuncInfo.h.
Referenced by llvm::calculateWasmEHInfo().
|
inline |
Definition at line 66 of file WasmEHFuncInfo.h.
Definition at line 31 of file WasmEHFuncInfo.h.
Referenced by llvm::FunctionLoweringInfo::set().
Definition at line 35 of file WasmEHFuncInfo.h.
Referenced by llvm::FunctionLoweringInfo::set().
1.8.13