Home
last modified time | relevance | path

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

/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 …]