Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp74 WE->getParentException()->getSubExceptions().push_back(WE); in recalculate()
83 std::reverse(WE->getSubExceptions().begin(), WE->getSubExceptions().end()); in recalculate()
152 WE->getSubExceptions().reserve(NumSubExceptions); in discoverAndMapException()
H A DWebAssemblyExceptionInfo.h87 const std::vector<WebAssemblyException *> &getSubExceptions() const { in getSubExceptions() function
90 std::vector<WebAssemblyException *> &getSubExceptions() { in getSubExceptions() function