Lines Matching full:cantunwind
158 void ARMTargetAsmStreamer::emitCantUnwind() { OS << "\t.cantunwind\n"; }646 bool CantUnwind;1092 CantUnwind = false;1108 if (!ExTab && !CantUnwind)1124 if (CantUnwind) {1155 void ARMELFStreamer::emitCantUnwind() { CantUnwind = true; }