Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp32 class SymbolFileBreakpad::LineIterator { class in SymbolFileBreakpad
35 LineIterator(ObjectFile &obj, Record::Kind section_type) in LineIterator() function in SymbolFileBreakpad::LineIterator
45 explicit LineIterator(ObjectFile &obj) in LineIterator() function in SymbolFileBreakpad::LineIterator
51 friend bool operator!=(const LineIterator &lhs, const LineIterator &rhs) { in operator !=()
61 const LineIterator &operator++();
88 SymbolFileBreakpad::LineIterator::LineIterator(ObjectFile &obj, in LineIterator() function in SymbolFileBreakpad::LineIterator
105 const SymbolFileBreakpad::LineIterator &
106 SymbolFileBreakpad::LineIterator::operator++() { in operator ++()
130 llvm::iterator_range<SymbolFileBreakpad::LineIterator>
133 LineIterator(*m_objfile_sp)); in lines()
[all …]
H A DSymbolFileBreakpad.h171 class LineIterator; variable
175 llvm::iterator_range<LineIterator> lines(Record::Kind section_type);
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile971 SRCS_MIN+= Support/LineIterator.cpp