Lines Matching refs:compressAnnotation
411 static bool compressAnnotation(uint32_t Data, SmallVectorImpl<char> &Buffer) { in compressAnnotation() function
434 static bool compressAnnotation(BinaryAnnotationsOpCode Annotation, in compressAnnotation() function
436 return compressAnnotation(static_cast<uint32_t>(Annotation), Buffer); in compressAnnotation()
553 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeLength, Buffer); in encodeInlineLineTable()
554 compressAnnotation(Length, Buffer); in encodeInlineLineTable()
576 compressAnnotation(BinaryAnnotationsOpCode::ChangeFile, Buffer); in encodeInlineLineTable()
577 compressAnnotation(FileOffset, Buffer); in encodeInlineLineTable()
588 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset, in encodeInlineLineTable()
590 compressAnnotation(Operand, Buffer); in encodeInlineLineTable()
594 compressAnnotation(BinaryAnnotationsOpCode::ChangeLineOffset, Buffer); in encodeInlineLineTable()
595 compressAnnotation(EncodedLineDelta, Buffer); in encodeInlineLineTable()
597 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeOffset, Buffer); in encodeInlineLineTable()
598 compressAnnotation(CodeDelta, Buffer); in encodeInlineLineTable()
618 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeLength, Buffer); in encodeInlineLineTable()
619 compressAnnotation(std::min(EndSymLength, LocAfterLength), Buffer); in encodeInlineLineTable()