Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.h45 WebAssemblyException *ParentException = nullptr; variable
57 WebAssemblyException *getParentException() const { return ParentException; } in getParentException()
58 void setParentException(WebAssemblyException *WE) { ParentException = WE; } in setParentException()
111 for (const WebAssemblyException *CurException = ParentException; in getExceptionDepth()
112 CurException; CurException = CurException->ParentException) in getExceptionDepth()