Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.h121 std::vector<WebAssemblyException *> TopLevelExceptions; variable
144 bool empty() const { return TopLevelExceptions.empty(); } in empty()
162 TopLevelExceptions.push_back(WE); in addTopLevelException()
H A DWebAssemblyExceptionInfo.cpp89 DeleteContainerPointers(TopLevelExceptions); in releaseMemory()
90 TopLevelExceptions.clear(); in releaseMemory()
198 for (auto *WE : TopLevelExceptions) in print()