Searched refs:compressAnnotation (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCCodeView.cpp | 434 static bool compressAnnotation(BinaryAnnotationsOpCode Annotation, in compressAnnotation() function 436 return compressAnnotation(static_cast<uint32_t>(Annotation), Buffer); in compressAnnotation() 554 compressAnnotation(Length, Buffer); in encodeInlineLineTable() 576 compressAnnotation(BinaryAnnotationsOpCode::ChangeFile, Buffer); in encodeInlineLineTable() 577 compressAnnotation(FileOffset, Buffer); in encodeInlineLineTable() 590 compressAnnotation(Operand, Buffer); in encodeInlineLineTable() 595 compressAnnotation(EncodedLineDelta, Buffer); in encodeInlineLineTable() 597 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeOffset, Buffer); in encodeInlineLineTable() 598 compressAnnotation(CodeDelta, Buffer); in encodeInlineLineTable() 618 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeLength, Buffer); in encodeInlineLineTable() [all …]
|