Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h202 static uint32_t GetCompressedAnnotation(ArrayRef<uint8_t> &Annotations) { in GetCompressedAnnotation() function
247 return DecodeSignedOperand(GetCompressedAnnotation(Annotations)); in DecodeSignedOperand()
255 uint32_t Op = GetCompressedAnnotation(Next); in ParseCurrentAnnotation()
265 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation()
269 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation()
273 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation()
277 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation()
281 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation()
285 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation()
289 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation()
[all …]