Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp270 TopLevelExceptions.clear(); in releaseMemory()
368 for (auto &WE : TopLevelExceptions) in print()