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

References

include/llvm/DebugInfo/CodeView/SymbolRecord.h
  266       Result.U1 = GetCompressedAnnotation(Next);
  270       Result.U1 = GetCompressedAnnotation(Next);
  274       Result.U1 = GetCompressedAnnotation(Next);
  278       Result.U1 = GetCompressedAnnotation(Next);
  282       Result.U1 = GetCompressedAnnotation(Next);
  286       Result.U1 = GetCompressedAnnotation(Next);
  290       Result.U1 = GetCompressedAnnotation(Next);
  294       Result.U1 = GetCompressedAnnotation(Next);
  298       Result.U1 = GetCompressedAnnotation(Next);
  312       Result.U1 = Annotation & 0xf;
  317       Result.U1 = GetCompressedAnnotation(Next);
lib/DebugInfo/CodeView/SymbolDumper.cpp
  466       W.printHex(Annotation.Name, Annotation.U1);
  473       W.printNumber(Annotation.Name, Annotation.U1);
  482                    ObjDelegate->getFileNameForFileOffset(Annotation.U1),
  483                    Annotation.U1);
  485         W.printHex("ChangeFile", Annotation.U1);
  491                     << W.hex(Annotation.U1) << ", LineOffset: " << Annotation.S1
  498                     << ", Length: " << W.hex(Annotation.U1) << "}\n";
tools/llvm-pdbutil/MinimalSymbolDumper.cpp
  705       formatCodeOffset(Annot.U1);
  711       formatCodeLength(Annot.U1);
  715       CodeOffset += Annot.U1;
  718       formatCodeOffset(Annot.U1);
  723       formatCodeLength(Annot.U1);
  727       uint32_t FileOffset = Annot.U1;
  743       formatCodeOffset(Annot.U1);
  749       P.format(" {0} {1}", Annot.Name, Annot.U1);