Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp255 WE->getParentException()->getSubExceptions().push_back(std::move(WE)); in recalculate()
264 std::reverse(WE->getSubExceptions().begin(), WE->getSubExceptions().end()); in recalculate()
322 WE->getSubExceptions().reserve(NumSubExceptions); in discoverAndMapException()
H A DWebAssemblyExceptionInfo.h90 getSubExceptions() const { in getSubExceptions() function
93 std::vector<std::unique_ptr<WebAssemblyException>> &getSubExceptions() { in getSubExceptions() function