Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp114 Locs PersonalityIndexLocs; member in __anon6be9c9a00111::UnwindContext
126 return !(PersonalityLocs.empty() && PersonalityIndexLocs.empty()); in hasPersonality()
133 void recordPersonalityIndex(SMLoc L) { PersonalityIndexLocs.push_back(L); } in recordPersonalityIndex()
156 PII = PersonalityIndexLocs.begin(), in emitPersonalityLocNotes()
157 PIE = PersonalityIndexLocs.end(); in emitPersonalityLocNotes()
174 PersonalityIndexLocs = Locs(); in reset()