Lines Matching refs:compressAnnotation

388 static bool compressAnnotation(uint32_t Data, SmallVectorImpl<char> &Buffer) {  in compressAnnotation()  function
411 static bool compressAnnotation(BinaryAnnotationsOpCode Annotation, in compressAnnotation() function
413 return compressAnnotation(static_cast<uint32_t>(Annotation), Buffer); in compressAnnotation()
537 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeLength, Buffer); in encodeInlineLineTable()
538 compressAnnotation(Length, Buffer); in encodeInlineLineTable()
560 compressAnnotation(BinaryAnnotationsOpCode::ChangeFile, Buffer); in encodeInlineLineTable()
561 compressAnnotation(FileOffset, Buffer); in encodeInlineLineTable()
568 compressAnnotation(BinaryAnnotationsOpCode::ChangeLineOffset, Buffer); in encodeInlineLineTable()
569 compressAnnotation(EncodedLineDelta, Buffer); in encodeInlineLineTable()
575 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset, in encodeInlineLineTable()
577 compressAnnotation(Operand, Buffer); in encodeInlineLineTable()
581 compressAnnotation(BinaryAnnotationsOpCode::ChangeLineOffset, Buffer); in encodeInlineLineTable()
582 compressAnnotation(EncodedLineDelta, Buffer); in encodeInlineLineTable()
584 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeOffset, Buffer); in encodeInlineLineTable()
585 compressAnnotation(CodeDelta, Buffer); in encodeInlineLineTable()
605 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeLength, Buffer); in encodeInlineLineTable()
606 compressAnnotation(std::min(EndSymLength, LocAfterLength), Buffer); in encodeInlineLineTable()