Searched refs:Personality_Type (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1830 enum Personality_Type { enum
1840 static Personality_Type RecognizePersonality(Value *Pers) {
1844 return StringSwitch<Personality_Type>(F->getName())
1852 static bool isCatchAll(Personality_Type Personality, Constant *TypeInfo) {
1878 Personality_Type Personality = RecognizePersonality(LI.getPersonalityFn());

Completed in 226 milliseconds