Searched refs:getSubExceptions (Results 1 – 2 of 2) sorted by relevance
256 WE->getParentException()->getSubExceptions().push_back(std::move(WE)); in recalculate()265 std::reverse(WE->getSubExceptions().begin(), WE->getSubExceptions().end()); in recalculate()323 WE->getSubExceptions().reserve(NumSubExceptions); in discoverAndMapException()
90 getSubExceptions() const { in getSubExceptions() function93 std::vector<std::unique_ptr<WebAssemblyException>> &getSubExceptions() { in getSubExceptions() function