Home
last modified time | relevance | path

Searched refs:addTopLevelException (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.h166 void addTopLevelException(std::unique_ptr<WebAssemblyException> WE) { in addTopLevelException() function
H A DWebAssemblyExceptionInfo.cpp260 addTopLevelException(std::move(WE)); in recalculate()