llvm::classifyEHPersonality

See if the given exception handling personality function is one that we understand. If so, return a description of it; otherwise return Unknown.

Synopsis

Declared in <llvm/IR/EHPersonalities.h>

EHPersonality
classifyEHPersonality(Value const* Pers);

Return Value

The matching EHPersonality, or EHPersonality::Unknown if unrecognized.

Parameters

NameDescription
PersValue naming the personality function to classify.