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

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

Completed in 91 milliseconds