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

References

include/llvm/DebugInfo/CodeView/SymbolRecord.h
  162   BinaryAnnotationsOpCode OpCode;
  260     case BinaryAnnotationsOpCode::Invalid:
  264     case BinaryAnnotationsOpCode::CodeOffset:
  268     case BinaryAnnotationsOpCode::ChangeCodeOffsetBase:
  272     case BinaryAnnotationsOpCode::ChangeCodeOffset:
  276     case BinaryAnnotationsOpCode::ChangeCodeLength:
  280     case BinaryAnnotationsOpCode::ChangeFile:
  284     case BinaryAnnotationsOpCode::ChangeLineEndDelta:
  288     case BinaryAnnotationsOpCode::ChangeRangeKind:
  292     case BinaryAnnotationsOpCode::ChangeColumnStart:
  296     case BinaryAnnotationsOpCode::ChangeColumnEnd:
  300     case BinaryAnnotationsOpCode::ChangeLineOffset:
  304     case BinaryAnnotationsOpCode::ChangeColumnEndDelta:
  308     case BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset: {
  315     case BinaryAnnotationsOpCode::ChangeCodeLengthAndCodeOffset: {
lib/DebugInfo/CodeView/SymbolDumper.cpp
  460     case BinaryAnnotationsOpCode::Invalid:
  463     case BinaryAnnotationsOpCode::CodeOffset:
  464     case BinaryAnnotationsOpCode::ChangeCodeOffset:
  465     case BinaryAnnotationsOpCode::ChangeCodeLength:
  468     case BinaryAnnotationsOpCode::ChangeCodeOffsetBase:
  469     case BinaryAnnotationsOpCode::ChangeLineEndDelta:
  470     case BinaryAnnotationsOpCode::ChangeRangeKind:
  471     case BinaryAnnotationsOpCode::ChangeColumnStart:
  472     case BinaryAnnotationsOpCode::ChangeColumnEnd:
  475     case BinaryAnnotationsOpCode::ChangeLineOffset:
  476     case BinaryAnnotationsOpCode::ChangeColumnEndDelta:
  479     case BinaryAnnotationsOpCode::ChangeFile:
  489     case BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset: {
  495     case BinaryAnnotationsOpCode::ChangeCodeLengthAndCodeOffset: {
lib/MC/MCCodeView.cpp
  410 static bool compressAnnotation(BinaryAnnotationsOpCode Annotation,
  536           compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeLength, Buffer);
  559       compressAnnotation(BinaryAnnotationsOpCode::ChangeFile, Buffer);
  567       compressAnnotation(BinaryAnnotationsOpCode::ChangeLineOffset, Buffer);
  574       compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset,
  580         compressAnnotation(BinaryAnnotationsOpCode::ChangeLineOffset, Buffer);
  583       compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeOffset, Buffer);
  604   compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeLength, Buffer);
tools/llvm-pdbutil/MinimalSymbolDumper.cpp
  701     case BinaryAnnotationsOpCode::Invalid:
  703     case BinaryAnnotationsOpCode::CodeOffset:
  704     case BinaryAnnotationsOpCode::ChangeCodeOffset:
  707     case BinaryAnnotationsOpCode::ChangeLineOffset:
  710     case BinaryAnnotationsOpCode::ChangeCodeLength:
  717     case BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset:
  721     case BinaryAnnotationsOpCode::ChangeCodeLengthAndCodeOffset:
  726     case BinaryAnnotationsOpCode::ChangeFile: {
  742     case BinaryAnnotationsOpCode::ChangeCodeOffsetBase:
  745     case BinaryAnnotationsOpCode::ChangeLineEndDelta:
  746     case BinaryAnnotationsOpCode::ChangeRangeKind:
  747     case BinaryAnnotationsOpCode::ChangeColumnStart:
  748     case BinaryAnnotationsOpCode::ChangeColumnEnd:
  751     case BinaryAnnotationsOpCode::ChangeColumnEndDelta: