Searched refs:compressAnnotation (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/MC/ |
D | MCCodeView.cpp | 206 static bool compressAnnotation(uint32_t Data, SmallVectorImpl<char> &Buffer) { in compressAnnotation() function 229 static bool compressAnnotation(BinaryAnnotationsOpCode Annotation, in compressAnnotation() function 231 return compressAnnotation(static_cast<uint32_t>(Annotation), Buffer); in compressAnnotation() 316 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeLength, Buffer); in encodeInlineLineTable() 317 compressAnnotation(Length, Buffer); in encodeInlineLineTable() 328 compressAnnotation(BinaryAnnotationsOpCode::ChangeFile, Buffer); in encodeInlineLineTable() 329 compressAnnotation(FileOffset, Buffer); in encodeInlineLineTable() 340 compressAnnotation(BinaryAnnotationsOpCode::ChangeLineOffset, Buffer); in encodeInlineLineTable() 341 compressAnnotation(EncodedLineDelta, Buffer); in encodeInlineLineTable() 347 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset, in encodeInlineLineTable() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCCodeView.cpp | 380 static bool compressAnnotation(uint32_t Data, SmallVectorImpl<char> &Buffer) { in compressAnnotation() function 403 static bool compressAnnotation(BinaryAnnotationsOpCode Annotation, in compressAnnotation() function 405 return compressAnnotation(static_cast<uint32_t>(Annotation), Buffer); in compressAnnotation() 528 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeLength, Buffer); in encodeInlineLineTable() 529 compressAnnotation(Length, Buffer); in encodeInlineLineTable() 551 compressAnnotation(BinaryAnnotationsOpCode::ChangeFile, Buffer); in encodeInlineLineTable() 552 compressAnnotation(FileOffset, Buffer); in encodeInlineLineTable() 559 compressAnnotation(BinaryAnnotationsOpCode::ChangeLineOffset, Buffer); in encodeInlineLineTable() 560 compressAnnotation(EncodedLineDelta, Buffer); in encodeInlineLineTable() 566 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset, in encodeInlineLineTable() [all …]
|