Home
last modified time | relevance | path

Searched refs:CantUnwindLocs (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp64 Locs CantUnwindLocs; member in __anonef5d38c20111::UnwindContext
74 bool cantUnwind() const { return !CantUnwindLocs.empty(); } in cantUnwind()
81 void recordCantUnwind(SMLoc L) { CantUnwindLocs.push_back(L); } in recordCantUnwind()
95 for (Locs::const_iterator UI = CantUnwindLocs.begin(), in emitCantUnwindLocNotes()
96 UE = CantUnwindLocs.end(); UI != UE; ++UI) in emitCantUnwindLocNotes()
122 CantUnwindLocs = Locs(); in reset()