Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
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() argument
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
/external/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h257 struct BinaryAnnotationIterator { struct
266 BinaryAnnotationIterator(ArrayRef<uint8_t> Annotations) : Data(Annotations) {} in BinaryAnnotationIterator() function
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 …]