Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h167 struct BinaryAnnotationIterator struct
172 BinaryAnnotationIterator(ArrayRef<uint8_t> Annotations) : Data(Annotations) {} in BinaryAnnotationIterator() argument
173 BinaryAnnotationIterator(const BinaryAnnotationIterator &Other) in BinaryAnnotationIterator() argument
202 static uint32_t GetCompressedAnnotation(ArrayRef<uint8_t> &Annotations) { in GetCompressedAnnotation()
240 static int32_t DecodeSignedOperand(uint32_t Operand) { in DecodeSignedOperand()
246 static int32_t DecodeSignedOperand(ArrayRef<uint8_t> &Annotations) { in DecodeSignedOperand()
250 bool ParseCurrentAnnotation() { in ParseCurrentAnnotation()
339 iterator_range<BinaryAnnotationIterator> annotations() const { in annotations() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h168 struct BinaryAnnotationIterator struct
173 BinaryAnnotationIterator(ArrayRef<uint8_t> Annotations) : Data(Annotations) {} in BinaryAnnotationIterator() function
174 BinaryAnnotationIterator(const BinaryAnnotationIterator &Other) in BinaryAnnotationIterator() argument
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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h188 struct BinaryAnnotationIterator struct
193 BinaryAnnotationIterator(ArrayRef<uint8_t> Annotations) : Data(Annotations) {} in BinaryAnnotationIterator() argument
194 BinaryAnnotationIterator(const BinaryAnnotationIterator &Other) in BinaryAnnotationIterator() function
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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h188 struct BinaryAnnotationIterator struct
193 BinaryAnnotationIterator(ArrayRef<uint8_t> Annotations) : Data(Annotations) {} in BinaryAnnotationIterator() function
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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h188 struct BinaryAnnotationIterator struct
193 BinaryAnnotationIterator(ArrayRef<uint8_t> Annotations) : Data(Annotations) {} in BinaryAnnotationIterator() argument
194 BinaryAnnotationIterator(const BinaryAnnotationIterator &Other) in BinaryAnnotationIterator() function
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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h188 struct BinaryAnnotationIterator struct
193 BinaryAnnotationIterator(ArrayRef<uint8_t> Annotations) : Data(Annotations) {} in BinaryAnnotationIterator() function
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
/aosp_15_r20/external/llvm/include/llvm/DebugInfo/CodeView/
H A 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 …]