See if the given exception handling personality function is one that we understand. If so, return a description of it; otherwise return Unknown.
Declared in <llvm/IR/EHPersonalities.h>
EHPersonality
classifyEHPersonality(Value const* Pers);
The matching EHPersonality, or EHPersonality::Unknown if unrecognized.
| Name | Description |
|---|---|
| Pers | Value naming the personality function to classify. |