Create a resume of the in‐flight exception Exn.
Synopsis
Declared in <llvm/IR/Instructions.h>
static
ResumeInst*
Create(
Value* Exn,
InsertPosition InsertBefore = nullptr);
Return Value
The newly created ResumeInst.
Parameters
Name |
Description |
Exn |
The exception value to resume propagating. |
InsertBefore |
Optional insertion point. |
Created with MrDocs