Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.h126 std::vector<std::unique_ptr<WebAssemblyException>> TopLevelExceptions; variable
149 bool empty() const { return TopLevelExceptions.empty(); } in empty()
168 TopLevelExceptions.push_back(std::move(WE)); in addTopLevelException()
H A DWebAssemblyExceptionInfo.cpp273 TopLevelExceptions.clear();
371 for (auto &WE : TopLevelExceptions) in print()