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

/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2152 enum Personality_Type { enum
2162 static Personality_Type RecognizePersonality(Value *Pers) {
2166 return StringSwitch<Personality_Type>(F->getName())
2174 static bool isCatchAll(Personality_Type Personality, Constant *TypeInfo) {
2200 Personality_Type Personality = RecognizePersonality(LI.getPersonalityFn());

Completed in 73 milliseconds