Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h159 struct BinaryAnnotationIterator { struct
168 BinaryAnnotationIterator() = default; argument
169 BinaryAnnotationIterator(ArrayRef<uint8_t> Annotations) : Data(Annotations) {} in BinaryAnnotationIterator() function
170 BinaryAnnotationIterator(const BinaryAnnotationIterator &Other) in BinaryAnnotationIterator() function
209 static uint32_t GetCompressedAnnotation(ArrayRef<uint8_t> &Annotations) { in GetCompressedAnnotation()
247 static int32_t DecodeSignedOperand(uint32_t Operand) { in DecodeSignedOperand()
253 static int32_t DecodeSignedOperand(ArrayRef<uint8_t> &Annotations) { in DecodeSignedOperand()
257 bool ParseCurrentAnnotation() { in ParseCurrentAnnotation()
345 iterator_range<BinaryAnnotationIterator> annotations() const { in annotations() argument