Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp112 Locs CantUnwindLocs; member in __anon6be9c9a00111::UnwindContext
122 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()