Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h203 static uint32_t GetCompressedAnnotation(ArrayRef<uint8_t> &Annotations) { in GetCompressedAnnotation() function
248 return DecodeSignedOperand(GetCompressedAnnotation(Annotations)); in DecodeSignedOperand()
256 uint32_t Op = GetCompressedAnnotation(Next); in ParseCurrentAnnotation()
266 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation()
270 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation()
274 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation()
278 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation()
282 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation()
286 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation()
290 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation()
[all …]