Searched defs:BinaryAnnotationIterator (Results 1 – 1 of 1) sorted by relevance
168 struct BinaryAnnotationIterator struct173 BinaryAnnotationIterator(ArrayRef<uint8_t> Annotations) : Data(Annotations) {} in BinaryAnnotationIterator() function174 BinaryAnnotationIterator(const BinaryAnnotationIterator &Other) in BinaryAnnotationIterator() argument203 static uint32_t GetCompressedAnnotation(ArrayRef<uint8_t> &Annotations) { in GetCompressedAnnotation()241 static int32_t DecodeSignedOperand(uint32_t Operand) { in DecodeSignedOperand()247 static int32_t DecodeSignedOperand(ArrayRef<uint8_t> &Annotations) { in DecodeSignedOperand()251 bool ParseCurrentAnnotation() { in ParseCurrentAnnotation()340 iterator_range<BinaryAnnotationIterator> annotations() const { in annotations() argument