Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h239 static uint32_t GetCompressedAnnotation(ArrayRef<uint8_t> &Annotations) { in GetCompressedAnnotation() function
280 return DecodeSignedOperand(GetCompressedAnnotation(Annotations)); in DecodeSignedOperand()
288 uint32_t Op = 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()
314 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation()
318 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation()
322 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation()
[all …]