Lines Matching defs:compressAnnotation
408 static bool compressAnnotation(uint32_t Data, SmallVectorImpl<char> &Buffer) {
431 static bool compressAnnotation(BinaryAnnotationsOpCode Annotation,
433 return compressAnnotation(static_cast<uint32_t>(Annotation), Buffer);
552 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeLength, Buffer);
553 compressAnnotation(Length, Buffer);
575 compressAnnotation(BinaryAnnotationsOpCode::ChangeFile, Buffer);
576 compressAnnotation(FileOffset, Buffer);
587 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset,
589 compressAnnotation(Operand, Buffer);
593 compressAnnotation(BinaryAnnotationsOpCode::ChangeLineOffset, Buffer);
594 compressAnnotation(EncodedLineDelta, Buffer);
596 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeOffset, Buffer);
597 compressAnnotation(CodeDelta, Buffer);
617 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeLength, Buffer);
618 compressAnnotation(std::min(EndSymLength, LocAfterLength), Buffer);