Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h168 struct BinaryAnnotationIterator struct
169 : public iterator_facade_base<BinaryAnnotationIterator,
172 BinaryAnnotationIterator() = default;
174 BinaryAnnotationIterator(const BinaryAnnotationIterator &Other) in BinaryAnnotationIterator() argument
177 bool operator==(BinaryAnnotationIterator Other) const {
181 BinaryAnnotationIterator &operator=(const BinaryAnnotationIterator Other) {
186 BinaryAnnotationIterator &operator++() {
188 *this = BinaryAnnotationIterator();
340 iterator_range<BinaryAnnotationIterator> annotations() const { in annotations() argument
341 return make_range(BinaryAnnotationIterator(AnnotationData), in annotations()
[all …]