Searched refs:compressAnnotation (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCCodeView.cpp | 394 static bool compressAnnotation(uint32_t Data, SmallVectorImpl<char> &Buffer) { in compressAnnotation() function 417 static bool compressAnnotation(BinaryAnnotationsOpCode Annotation, in compressAnnotation() function 419 return compressAnnotation(static_cast<uint32_t>(Annotation), Buffer); in compressAnnotation() 539 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeLength, Buffer); in encodeInlineLineTable() 540 compressAnnotation(Length, Buffer); in encodeInlineLineTable() 562 compressAnnotation(BinaryAnnotationsOpCode::ChangeFile, Buffer); in encodeInlineLineTable() 563 compressAnnotation(FileOffset, Buffer); in encodeInlineLineTable() 574 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset, in encodeInlineLineTable() 576 compressAnnotation(Operand, Buffer); in encodeInlineLineTable() 580 compressAnnotation(BinaryAnnotationsOpCode::ChangeLineOffset, Buffer); in encodeInlineLineTable() [all …]
|