Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h168 struct BinaryAnnotationIterator struct
173 BinaryAnnotationIterator(ArrayRef<uint8_t> Annotations) : Data(Annotations) {} in BinaryAnnotationIterator() function
174 BinaryAnnotationIterator(const BinaryAnnotationIterator &Other) in BinaryAnnotationIterator() function
203 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
/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() argument
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 …]