Home
last modified time | relevance | path

Searched refs:GetCompressedAnnotation (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h209 static uint32_t GetCompressedAnnotation(ArrayRef<uint8_t> &Annotations) { in GetCompressedAnnotation() function
254 return DecodeSignedOperand(GetCompressedAnnotation(Annotations)); in DecodeSignedOperand()
262 uint32_t Op = GetCompressedAnnotation(Next); in ParseCurrentAnnotation()
272 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation()
276 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation()
280 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation()
284 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation()
288 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation()
292 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation()
296 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation()
[all …]
/external/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h307 static uint32_t GetCompressedAnnotation(ArrayRef<uint8_t> &Annotations) { in GetCompressedAnnotation() function
352 return DecodeSignedOperand(GetCompressedAnnotation(Annotations)); in DecodeSignedOperand()
360 uint32_t Op = GetCompressedAnnotation(Next); in ParseCurrentAnnotation()
370 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation()
374 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation()
378 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation()
382 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation()
386 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation()
390 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation()
394 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation()
[all …]