Home
last modified time | relevance | path

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

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