Searched refs:getSubExceptions (Results 1 – 2 of 2) sorted by relevance
255 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()
90 getSubExceptions() const { in getSubExceptions() function93 std::vector<std::unique_ptr<WebAssemblyException>> &getSubExceptions() { in getSubExceptions() function