Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.h60 void setParentException(WebAssemblyException *WE) { ParentException = WE; } in setParentException() function
H A DWebAssemblyExceptionInfo.cpp129 SubE->setParentException(WE); in discoverAndMapException()