Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp34 class SymbolFileBreakpad::LineIterator { class in SymbolFileBreakpad
37 LineIterator(ObjectFile &obj, Record::Kind section_type) in LineIterator() function in SymbolFileBreakpad::LineIterator
44 LineIterator(ObjectFile &obj, Record::Kind section_type, Bookmark bookmark);
47 explicit LineIterator(ObjectFile &obj) in LineIterator() function in SymbolFileBreakpad::LineIterator
53 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::LineIterator
107 const SymbolFileBreakpad::LineIterator &
108 SymbolFileBreakpad::LineIterator::operator++() { in operator ++()
132 llvm::iterator_range<SymbolFileBreakpad::LineIterator>
[all …]
H A DSymbolFileBreakpad.h164 class LineIterator; variable
168 llvm::iterator_range<LineIterator> lines(Record::Kind section_type);
/freebsd/lib/clang/libllvm/
H A DMakefile1171 SRCS_MIN+= Support/LineIterator.cpp