Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCCodeView.cpp411 static bool compressAnnotation(BinaryAnnotationsOpCode Annotation, in compressAnnotation() function
413 return compressAnnotation(static_cast<uint32_t>(Annotation), Buffer); in compressAnnotation()
538 compressAnnotation(Length, Buffer); in encodeInlineLineTable()
560 compressAnnotation(BinaryAnnotationsOpCode::ChangeFile, Buffer); in encodeInlineLineTable()
561 compressAnnotation(FileOffset, Buffer); in encodeInlineLineTable()
574 compressAnnotation(Operand, Buffer); in encodeInlineLineTable()
579 compressAnnotation(EncodedLineDelta, Buffer); in encodeInlineLineTable()
581 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeOffset, Buffer); in encodeInlineLineTable()
582 compressAnnotation(CodeDelta, Buffer); in encodeInlineLineTable()
602 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeLength, Buffer); in encodeInlineLineTable()
[all …]