Home | History | Annotate | Download | only in AsmParser

Lines Matching full:personality

111         Parser.Note(*PI++, ".personality was specified here");
115 llvm_unreachable(".personality and .personalityindex cannot be "
8199 else if (IDVal == ".personality")
8689 Error(L, ".cantunwind can't be used with .personality directive");
8699 /// ::= .personality name
8707 Error(L, ".fnstart must precede .personality directive");
8711 Error(L, ".personality can't be used with .cantunwind directive");
8716 Error(L, ".personality must precede .handlerdata directive");
8722 Error(L, "multiple personality directives");
8727 // Parse the name of the personality routine
8730 Error(L, "unexpected input in .personality directive.");
8748 Error(L, ".fnstart must precede .personality directive");
9050 Error(L, "multiple personality directives");
9071 Error(IndexLoc, "personality routine index should be in range [0-3]");