Home | History | Annotate | Download | only in Utils

Lines Matching defs:Personality

1398   // Get the personality function from the callee if it contains a landing pad.
1404 // Find the personality function used by the landing pads of the caller. If it
1405 // exists, then check to see that it matches the personality function used in
1414 // If the personality functions match, then we can perform the
1416 // TODO: This isn't 100% true. Some personality functions are proper
1426 EHPersonality Personality = classifyEHPersonality(CallerPersonality);
1427 if (isFuncletEHPersonality(Personality)) {
1436 if (Personality == EHPersonality::MSVC_CXX) {
1437 // The MSVC personality cannot tolerate catches getting inlined into
1447 } else if (isAsynchronousEHPersonality(Personality)) {