Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h188 struct BinaryAnnotationIterator struct
189 : public iterator_facade_base<BinaryAnnotationIterator,
192 BinaryAnnotationIterator() = default;
194 BinaryAnnotationIterator(const BinaryAnnotationIterator &Other) in BinaryAnnotationIterator() argument
197 bool operator==(BinaryAnnotationIterator Other) const {
201 BinaryAnnotationIterator &operator=(const BinaryAnnotationIterator Other) {
206 BinaryAnnotationIterator &operator++() {
208 *this = BinaryAnnotationIterator();
360 iterator_range<BinaryAnnotationIterator> annotations() const { in annotations() argument
361 return make_range(BinaryAnnotationIterator(AnnotationData), in annotations()
[all …]