Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyExceptionInfo.h46 WebAssemblyException *ParentException = nullptr; variable
59 WebAssemblyException *getParentException() const { return ParentException; } in getParentException()
60 void setParentException(WebAssemblyException *WE) { ParentException = WE; } in setParentException()
106 for (const WebAssemblyException *CurException = ParentException; in getExceptionDepth()
107 CurException; CurException = CurException->ParentException) in getExceptionDepth()