Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyExceptionInfo.h121 std::vector<WebAssemblyException *> TopLevelExceptions; variable
144 bool empty() const { return TopLevelExceptions.empty(); } in empty()
162 TopLevelExceptions.push_back(WE); in addTopLevelException()
DWebAssemblyExceptionInfo.cpp86 DeleteContainerPointers(TopLevelExceptions); in releaseMemory()
87 TopLevelExceptions.clear(); in releaseMemory()
195 for (auto *WE : TopLevelExceptions) in print()