Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp410 static bool compressAnnotation(BinaryAnnotationsOpCode Annotation, in compressAnnotation() function
412 return compressAnnotation(static_cast<uint32_t>(Annotation), Buffer); in compressAnnotation()
537 compressAnnotation(Length, Buffer); in encodeInlineLineTable()
559 compressAnnotation(BinaryAnnotationsOpCode::ChangeFile, Buffer); in encodeInlineLineTable()
560 compressAnnotation(FileOffset, Buffer); in encodeInlineLineTable()
573 compressAnnotation(Operand, Buffer); in encodeInlineLineTable()
578 compressAnnotation(EncodedLineDelta, Buffer); in encodeInlineLineTable()
580 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeOffset, Buffer); in encodeInlineLineTable()
581 compressAnnotation(CodeDelta, Buffer); in encodeInlineLineTable()
601 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeLength, Buffer); in encodeInlineLineTable()
[all …]