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