Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h257 struct BinaryAnnotationIterator { struct
266 BinaryAnnotationIterator(ArrayRef<uint8_t> Annotations) : Data(Annotations) {} in BinaryAnnotationIterator() argument
267 BinaryAnnotationIterator() {} in BinaryAnnotationIterator() function
268 BinaryAnnotationIterator(const BinaryAnnotationIterator &Other) in BinaryAnnotationIterator() function
307 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 …]