Searched refs:compressAnnotation (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp387 static bool compressAnnotation(uint32_t Data, SmallVectorImpl<char> &Buffer) { function
410 static bool compressAnnotation(BinaryAnnotationsOpCode Annotation, function
412 return compressAnnotation(static_cast<uint32_t>(Annotation), Buffer);
536 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeLength, Buffer);
537 compressAnnotation(Length, Buffer);
559 compressAnnotation(BinaryAnnotationsOpCode::ChangeFile, Buffer);
560 compressAnnotation(FileOffset, Buffer);
567 compressAnnotation(BinaryAnnotationsOpCode::ChangeLineOffset, Buffer);
568 compressAnnotation(EncodedLineDelta, Buffer);
574 compressAnnotation(BinaryAnnotationsOpCod
[all...]

Completed in 108 milliseconds