Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp99 Locs PersonalityIndexLocs; member in __anonb9f840430111::UnwindContext
111 return !(PersonalityLocs.empty() && PersonalityIndexLocs.empty()); in hasPersonality()
118 void recordPersonalityIndex(SMLoc L) { PersonalityIndexLocs.push_back(L); } in recordPersonalityIndex()
144 PII = PersonalityIndexLocs.begin(), in emitPersonalityLocNotes()
145 PIE = PersonalityIndexLocs.end(); in emitPersonalityLocNotes()
162 PersonalityIndexLocs = Locs(); in reset()
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp67 Locs PersonalityIndexLocs; member in __anon708fb9eb0111::UnwindContext
78 return !(PersonalityLocs.empty() && PersonalityIndexLocs.empty()); in hasPersonality()
85 void recordPersonalityIndex(SMLoc L) { PersonalityIndexLocs.push_back(L); } in recordPersonalityIndex()
108 PII = PersonalityIndexLocs.begin(), in emitPersonalityLocNotes()
109 PIE = PersonalityIndexLocs.end(); in emitPersonalityLocNotes()
126 PersonalityIndexLocs = Locs(); in reset()