Lines Matching full:cantunwind
74 bool cantUnwind() const { return !CantUnwindLocs.empty(); }
97 Parser.Note(*UI, ".cantunwind was specified here");
8197 else if (IDVal == ".cantunwind")
8674 /// ::= .cantunwind
8680 Error(L, ".fnstart must precede .cantunwind directive");
8684 Error(L, ".cantunwind can't be used with .handlerdata directive");
8689 Error(L, ".cantunwind can't be used with .personality directive");
8710 if (UC.cantUnwind()) {
8711 Error(L, ".personality can't be used with .cantunwind directive");
8751 if (UC.cantUnwind()) {
8752 Error(L, ".handlerdata can't be used with .cantunwind directive");
9036 if (UC.cantUnwind()) {
9038 Error(L, ".personalityindex cannot be used with .cantunwind");