Lines Matching defs:compressAnnotation
394 static bool compressAnnotation(uint32_t Data, SmallVectorImpl<char> &Buffer) {
417 static bool compressAnnotation(BinaryAnnotationsOpCode Annotation,
419 return compressAnnotation(static_cast<uint32_t>(Annotation), Buffer);
538 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeLength, Buffer);
539 compressAnnotation(Length, Buffer);
561 compressAnnotation(BinaryAnnotationsOpCode::ChangeFile, Buffer);
562 compressAnnotation(FileOffset, Buffer);
573 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset,
575 compressAnnotation(Operand, Buffer);
579 compressAnnotation(BinaryAnnotationsOpCode::ChangeLineOffset, Buffer);
580 compressAnnotation(EncodedLineDelta, Buffer);
582 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeOffset, Buffer);
583 compressAnnotation(CodeDelta, Buffer);
603 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeLength, Buffer);
604 compressAnnotation(std::min(EndSymLength, LocAfterLength), Buffer);