Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h223 static uint32_t GetCompressedAnnotation(ArrayRef<uint8_t> &Annotations) { in GetCompressedAnnotation() function
268 return DecodeSignedOperand(GetCompressedAnnotation(Annotations)); in DecodeSignedOperand()
276 uint32_t Op = GetCompressedAnnotation(Next); in ParseCurrentAnnotation()
286 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation()
290 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation()
294 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation()
298 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation()
302 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation()
306 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation()
310 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation()
[all …]