Home | History | Annotate | Download | only in IR

Lines Matching full:personality

42 //  * Landingpad instructions must be in a function with a personality function.
1779 // Check validity of the personality function
1784 "Referencing personality function in another module!",
1798 "Function declaration shouldn't have a personality routine", &F);
2954 "LandingPadInst needs to be in a function with a personality.", &LPI);
2984 "CatchPadInst needs to be in a function with a personality.", &CPI);
3013 "CleanupPadInst needs to be in a function with a personality.", &CPI);
3062 "CatchSwitchInst needs to be in a function with a personality.",