Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyExceptionInfo.h120 std::vector<WebAssemblyException *> TopLevelExceptions; variable
143 bool empty() const { return TopLevelExceptions.empty(); } in empty()
161 TopLevelExceptions.push_back(WE); in addTopLevelException()
DWebAssemblyExceptionInfo.cpp85 DeleteContainerPointers(TopLevelExceptions); in releaseMemory()
86 TopLevelExceptions.clear(); in releaseMemory()
184 for (auto *WE : TopLevelExceptions) in print()