Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp145 DstWE->setParentException(SrcWE->getParentException()); in recalculate()
189 WE->setParentException(SrcWE->getParentException()); in recalculate()
302 SubE->setParentException(WE); in discoverAndMapException()
H A DWebAssemblyExceptionInfo.h58 void setParentException(WebAssemblyException *WE) { ParentException = WE; } in setParentException() function