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

References

include/llvm/DebugInfo/CodeView/SymbolRecord.h
  302       Result.S1 = DecodeSignedOperand(Next);
  306       Result.S1 = DecodeSignedOperand(Next);
  311       Result.S1 = DecodeSignedOperand(Annotation >> 4);
lib/DebugInfo/CodeView/SymbolDumper.cpp
  477       W.printNumber(Annotation.Name, Annotation.S1);
  491                     << W.hex(Annotation.U1) << ", LineOffset: " << Annotation.S1
tools/llvm-pdbutil/MinimalSymbolDumper.cpp
  708       formatLineOffset(Annot.S1);
  719       formatLineOffset(Annot.S1);
  752       P.format(" {0} {1}", Annot.Name, Annot.S1);