reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/MC/MCCodeView.cpp
  510   Buffer.clear(); // Clear old contents if we went through relaxation.
  518     if (Buffer.size() >= MaxBufferSize)
  536           compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeLength, Buffer);
  537           compressAnnotation(Length, Buffer);
  559       compressAnnotation(BinaryAnnotationsOpCode::ChangeFile, Buffer);
  560       compressAnnotation(FileOffset, Buffer);
  567       compressAnnotation(BinaryAnnotationsOpCode::ChangeLineOffset, Buffer);
  568       compressAnnotation(EncodedLineDelta, Buffer);
  575                          Buffer);
  576       compressAnnotation(Operand, Buffer);
  580         compressAnnotation(BinaryAnnotationsOpCode::ChangeLineOffset, Buffer);
  581         compressAnnotation(EncodedLineDelta, Buffer);
  583       compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeOffset, Buffer);
  584       compressAnnotation(CodeDelta, Buffer);
  604   compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeLength, Buffer);
  605   compressAnnotation(std::min(EndSymLength, LocAfterLength), Buffer);