Searched defs:BinaryAnnotationIterator (Results 1 – 7 of 7) sorted by relevance
167 struct BinaryAnnotationIterator struct172 BinaryAnnotationIterator(ArrayRef<uint8_t> Annotations) : Data(Annotations) {} in BinaryAnnotationIterator() function173 BinaryAnnotationIterator(const BinaryAnnotationIterator &Other) in BinaryAnnotationIterator() argument202 static uint32_t GetCompressedAnnotation(ArrayRef<uint8_t> &Annotations) { in GetCompressedAnnotation()240 static int32_t DecodeSignedOperand(uint32_t Operand) { in DecodeSignedOperand()246 static int32_t DecodeSignedOperand(ArrayRef<uint8_t> &Annotations) { in DecodeSignedOperand()250 bool ParseCurrentAnnotation() { in ParseCurrentAnnotation()339 iterator_range<BinaryAnnotationIterator> annotations() const { in annotations() argument
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
188 struct BinaryAnnotationIterator struct193 BinaryAnnotationIterator(ArrayRef<uint8_t> Annotations) : Data(Annotations) {} in BinaryAnnotationIterator() argument194 BinaryAnnotationIterator(const BinaryAnnotationIterator &Other) in BinaryAnnotationIterator() function223 static uint32_t GetCompressedAnnotation(ArrayRef<uint8_t> &Annotations) { in GetCompressedAnnotation()261 static int32_t DecodeSignedOperand(uint32_t Operand) { in DecodeSignedOperand()267 static int32_t DecodeSignedOperand(ArrayRef<uint8_t> &Annotations) { in DecodeSignedOperand()271 bool ParseCurrentAnnotation() { in ParseCurrentAnnotation()360 iterator_range<BinaryAnnotationIterator> annotations() const { in annotations() argument
188 struct BinaryAnnotationIterator struct193 BinaryAnnotationIterator(ArrayRef<uint8_t> Annotations) : Data(Annotations) {} in BinaryAnnotationIterator() argument194 BinaryAnnotationIterator(const BinaryAnnotationIterator &Other) in BinaryAnnotationIterator() argument223 static uint32_t GetCompressedAnnotation(ArrayRef<uint8_t> &Annotations) { in GetCompressedAnnotation()261 static int32_t DecodeSignedOperand(uint32_t Operand) { in DecodeSignedOperand()267 static int32_t DecodeSignedOperand(ArrayRef<uint8_t> &Annotations) { in DecodeSignedOperand()271 bool ParseCurrentAnnotation() { in ParseCurrentAnnotation()360 iterator_range<BinaryAnnotationIterator> annotations() const { in annotations() argument
257 struct BinaryAnnotationIterator { struct266 BinaryAnnotationIterator(ArrayRef<uint8_t> Annotations) : Data(Annotations) {} in BinaryAnnotationIterator() function267 BinaryAnnotationIterator() {} in BinaryAnnotationIterator() argument268 BinaryAnnotationIterator(const BinaryAnnotationIterator &Other) in BinaryAnnotationIterator() argument307 static uint32_t GetCompressedAnnotation(ArrayRef<uint8_t> &Annotations) { in GetCompressedAnnotation()345 static int32_t DecodeSignedOperand(uint32_t Operand) { in DecodeSignedOperand()351 static int32_t DecodeSignedOperand(ArrayRef<uint8_t> &Annotations) { in DecodeSignedOperand()355 bool ParseCurrentAnnotation() { in ParseCurrentAnnotation()430 Optional<AnnotationData> Current;431 ArrayRef<uint8_t> Data;[all …]