Searched refs:isCatchAll (Results 1 – 3 of 3) sorted by relevance
637 catchScope.getHandler(0).isCatchAll()) { in getEHDispatchBlock()1115 catchScope.getHandler(0).isCatchAll()) { in emitCatchDispatchBlock()1151 } else if (catchScope.getHandler(i+1).isCatchAll()) { in emitCatchDispatchBlock()
153 bool isCatchAll() const { return Type == nullptr; } in isCatchAll() function
2174 static bool isCatchAll(Personality_Type Personality, Constant *TypeInfo) { in isCatchAll() function2228 if (isCatchAll(Personality, TypeInfo)) { in visitLandingPadInst()2266 if (isCatchAll(Personality, TypeInfo)) { in visitLandingPadInst()2289 if (isCatchAll(Personality, TypeInfo)) { in visitLandingPadInst()