Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h188 struct BinaryAnnotationIterator struct
193 BinaryAnnotationIterator(ArrayRef<uint8_t> Annotations) : Data(Annotations) {} in BinaryAnnotationIterator() argument
194 BinaryAnnotationIterator(const BinaryAnnotationIterator &Other) in BinaryAnnotationIterator() argument
223 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