Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h168 struct BinaryAnnotationIterator struct
169 : public iterator_facade_base<BinaryAnnotationIterator,
172 BinaryAnnotationIterator() = default;
173 BinaryAnnotationIterator(ArrayRef<uint8_t> Annotations) : Data(Annotations) {} in BinaryAnnotationIterator() function
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
[all …]