Searched refs:compressAnnotation (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | MCCodeView.cpp | 387 static bool compressAnnotation(uint32_t Data, SmallVectorImpl<char> &Buffer) { in compressAnnotation() function 410 static bool compressAnnotation(BinaryAnnotationsOpCode Annotation, in compressAnnotation() function 412 return compressAnnotation(static_cast<uint32_t>(Annotation), Buffer); in compressAnnotation() 536 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeLength, Buffer); in encodeInlineLineTable() 537 compressAnnotation(Length, Buffer); in encodeInlineLineTable() 559 compressAnnotation(BinaryAnnotationsOpCode::ChangeFile, Buffer); in encodeInlineLineTable() 560 compressAnnotation(FileOffset, Buffer); in encodeInlineLineTable() 571 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset, in encodeInlineLineTable() 573 compressAnnotation(Operand, Buffer); in encodeInlineLineTable() 577 compressAnnotation(BinaryAnnotationsOpCode::ChangeLineOffset, Buffer); in encodeInlineLineTable() [all …]
|