Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp269 TopLevelExceptions.clear(); in releaseMemory()
367 for (auto &WE : TopLevelExceptions) in print()