Home | History | Annotate | Download | only in AsmParser

Lines Matching full:personality

112         Parser.Note(*PI++, ".personality was specified here");
116 llvm_unreachable(".personality and .personalityindex cannot be "
8740 else if (IDVal == ".personality")
9258 Error(L, ".cantunwind can't be used with .personality directive");
9268 /// ::= .personality name
9277 Error(L, ".fnstart must precede .personality directive");
9281 Error(L, ".personality can't be used with .cantunwind directive");
9286 Error(L, ".personality must precede .handlerdata directive");
9292 Error(L, "multiple personality directives");
9297 // Parse the name of the personality routine
9300 Error(L, "unexpected input in .personality directive.");
9318 Error(L, ".fnstart must precede .personality directive");
9624 Error(L, "multiple personality directives");
9645 Error(IndexLoc, "personality routine index should be in range [0-3]");