Searched refs:LineIterator (Results 1 – 3 of 3) sorted by relevance
34 class SymbolFileBreakpad::LineIterator { class in SymbolFileBreakpad37 LineIterator(ObjectFile &obj, Record::Kind section_type) in LineIterator() function in SymbolFileBreakpad::LineIterator44 LineIterator(ObjectFile &obj, Record::Kind section_type, Bookmark bookmark);47 explicit LineIterator(ObjectFile &obj) in LineIterator() function in SymbolFileBreakpad::LineIterator53 friend bool operator!=(const LineIterator &lhs, const LineIterator &rhs) { in operator !=()63 const LineIterator &operator++();90 SymbolFileBreakpad::LineIterator::LineIterator(ObjectFile &obj, in LineIterator() function in SymbolFileBreakpad::LineIterator107 const SymbolFileBreakpad::LineIterator &108 SymbolFileBreakpad::LineIterator::operator++() { in operator ++()132 llvm::iterator_range<SymbolFileBreakpad::LineIterator>[all …]
164 class LineIterator; variable168 llvm::iterator_range<LineIterator> lines(Record::Kind section_type);
1171 SRCS_MIN+= Support/LineIterator.cpp