Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp33 class SymbolFileBreakpad::LineIterator { class in SymbolFileBreakpad
36 LineIterator(ObjectFile &obj, Record::Kind section_type) in LineIterator() function in SymbolFileBreakpad::LineIterator
46 explicit LineIterator(ObjectFile &obj) in LineIterator() function in SymbolFileBreakpad::LineIterator
52 friend bool operator!=(const LineIterator &lhs, const LineIterator &rhs) { in operator !=()
62 const LineIterator &operator++();
89 SymbolFileBreakpad::LineIterator::LineIterator(ObjectFile &obj, in LineIterator() function in SymbolFileBreakpad::LineIterator
106 const SymbolFileBreakpad::LineIterator &
107 SymbolFileBreakpad::LineIterator::operator++() { in operator ++()
131 llvm::iterator_range<SymbolFileBreakpad::LineIterator>
134 LineIterator(*m_objfile_sp)); in lines()
[all …]
H A DSymbolFileBreakpad.h174 class LineIterator; variable
178 llvm::iterator_range<LineIterator> lines(Record::Kind section_type);
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Support/
H A DBUILD.gn99 "LineIterator.cpp",
/llvm-project-15.0.7/llvm/lib/Support/
H A DCMakeLists.txt185 LineIterator.cpp
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt6241 llvm/lib/Support/LineIterator.cpp