Searched refs:CantUnwindLocs (Results 1 – 1 of 1) sorted by relevance
112 Locs CantUnwindLocs; member in __anon6be9c9a00111::UnwindContext122 bool cantUnwind() const { return !CantUnwindLocs.empty(); } in cantUnwind()130 void recordCantUnwind(SMLoc L) { CantUnwindLocs.push_back(L); } in recordCantUnwind()144 for (const SMLoc &Loc : CantUnwindLocs) in emitCantUnwindLocNotes()171 CantUnwindLocs = Locs(); in reset()