Synopsis
Declared in <llvm/IR/EHPersonalities.h>
enum class EHPersonality : int;
Members
Name |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Non-Member Functions
Name |
Description |
See if the given exception handling personality function is one that we understand. If so, return a description of it; otherwise return Unknown. |
|
Returns true if this personality function catches asynchronous exceptions. |
|
Returns true if this is a personality function that invokes handler funclets (which must return to it). |
|
Return true if this personality may be safely removed if there are no invoke instructions remaining in the current function. |
|
Returns true if this personality uses scope‐style EH IR instructions: catchswitch, catchpad/ret, and cleanuppad/ret. |
Created with MrDocs