Home
last modified time | relevance | path

Searched defs:unwindException (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
DExceptionDemo.cpp164 struct _Unwind_Exception unwindException; member
1284 llvm::Value *unwindException = builder.CreateExtractValue(caughtResult, 0); in createCatchWrappedInvokeFunction() local
1297 llvm::Value *unwindException = builder.CreateCall(ehException); in createCatchWrappedInvokeFunction() local
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp161 struct _Unwind_Exception unwindException; member
1283 llvm::Value *unwindException = builder.CreateExtractValue(caughtResult, 0); in createCatchWrappedInvokeFunction() local