Home | History | Annotate | Download | only in IR

Lines Matching full:personality

42 //  * All landingpad instructions must use the same personality function with
147 /// PersonalityFn - The personality function referenced by the
149 /// the same personality function.
1940 // The personality functions for all landingpad instructions within the same
1944 "Personality function doesn't match others in function", &LPI);
1948 Assert1(isa<Constant>(PersonalityFn), "Personality function is not constant!",