Lines Matching refs:WebAssemblyException
49 SmallVector<WebAssemblyException *, 8> Exceptions; in recalculate()
58 auto *WE = new WebAssemblyException(EHPad); in recalculate()
66 WebAssemblyException *WE = getExceptionFor(MBB); in recalculate()
101 WebAssemblyException *WE, const MachineDominatorTree &MDT, in discoverAndMapException()
125 WebAssemblyException *SubE = getOutermostException(MBB); in discoverAndMapException()
156 WebAssemblyException *
158 WebAssemblyException *WE = getExceptionFor(MBB); in getOutermostException()
160 while (WebAssemblyException *Parent = WE->getParentException()) in getOutermostException()
166 void WebAssemblyException::print(raw_ostream &OS, unsigned Depth) const { in print()
189 LLVM_DUMP_METHOD void WebAssemblyException::dump() const { print(dbgs()); } in dump()
192 raw_ostream &operator<<(raw_ostream &OS, const WebAssemblyException &WE) { in operator <<()