Home | History | Annotate | Download | only in AsmParser

Lines Matching full:personality

7589   else if (IDVal == ".personality")
7854 Error(L, ".cantunwind can't be used with .personality directive");
7855 Error(PersonalityLoc, ".personality was specified here");
7864 /// ::= .personality name
7869 return Error(L, ".fnstart must precede .personality directive");
7871 Error(L, ".personality can't be used with .cantunwind directive");
7876 Error(L, ".personality must precede .handlerdata directive");
7881 // Parse the name of the personality routine
7884 return Error(L, "unexpected input in .personality directive.");
7900 return Error(L, ".fnstart must precede .personality directive");