Lines Matching refs:WebAssemblyException
10 /// \brief This file implements WebAssemblyException information analysis.
82 SmallVector<std::unique_ptr<WebAssemblyException>, 8> Exceptions;
87 auto WE = std::make_unique<WebAssemblyException>(EHPad);
125 SmallVector<std::pair<WebAssemblyException *, WebAssemblyException *>>
198 WebAssemblyException *WE = getExceptionFor(MBB);
221 WebAssemblyException *InnerWE = getExceptionFor(MBB);
245 WebAssemblyException *WE = getExceptionFor(MBB);
250 SmallVector<WebAssemblyException*, 8> ExceptionPointers;
283 WebAssemblyException *WE, const MachineDominatorTree &MDT,
297 WebAssemblyException *SubE = getOutermostException(MBB);
328 WebAssemblyException *
330 WebAssemblyException *WE = getExceptionFor(MBB);
332 while (WebAssemblyException *Parent = WE->getParentException())
338 void WebAssemblyException::print(raw_ostream &OS, unsigned Depth) const {
361 LLVM_DUMP_METHOD void WebAssemblyException::dump() const { print(dbgs()); }
364 raw_ostream &operator<<(raw_ostream &OS, const WebAssemblyException &WE) {