Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp254 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()
H A DWebAssemblyExceptionInfo.h90 getSubExceptions() const { in getSubExceptions() function
93 std::vector<std::unique_ptr<WebAssemblyException>> &getSubExceptions() { in getSubExceptions() function