Lines Matching refs:compressAnnotation

206 static bool compressAnnotation(uint32_t Data, SmallVectorImpl<char> &Buffer) {  in compressAnnotation()  function
229 static bool compressAnnotation(BinaryAnnotationsOpCode Annotation, in compressAnnotation() function
231 return compressAnnotation(static_cast<uint32_t>(Annotation), Buffer); in compressAnnotation()
316 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeLength, Buffer); in encodeInlineLineTable()
317 compressAnnotation(Length, Buffer); in encodeInlineLineTable()
328 compressAnnotation(BinaryAnnotationsOpCode::ChangeFile, Buffer); in encodeInlineLineTable()
329 compressAnnotation(FileOffset, Buffer); in encodeInlineLineTable()
340 compressAnnotation(BinaryAnnotationsOpCode::ChangeLineOffset, Buffer); in encodeInlineLineTable()
341 compressAnnotation(EncodedLineDelta, Buffer); in encodeInlineLineTable()
347 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset, in encodeInlineLineTable()
349 compressAnnotation(Operand, Buffer); in encodeInlineLineTable()
352 compressAnnotation(BinaryAnnotationsOpCode::ChangeLineOffset, Buffer); in encodeInlineLineTable()
353 compressAnnotation(EncodedLineDelta, Buffer); in encodeInlineLineTable()
354 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeOffset, Buffer); in encodeInlineLineTable()
355 compressAnnotation(CodeDelta, Buffer); in encodeInlineLineTable()
377 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeLength, Buffer); in encodeInlineLineTable()
378 compressAnnotation(std::min(EndSymLength, LocAfterLength), Buffer); in encodeInlineLineTable()