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

/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1470 enum Personality_Type { enum
1480 static Personality_Type RecognizePersonality(Value *Pers) {
1484 return StringSwitch<Personality_Type>(F->getName())
1492 static bool isCatchAll(Personality_Type Personality, Constant *TypeInfo) {
1518 Personality_Type Personality = RecognizePersonality(LI.getPersonalityFn());

Completed in 99 milliseconds