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

References

tools/llvm-pdbutil/MinimalSymbolDumper.cpp
  813   P.format(" `{0}`", Proc.Name);
  816                Proc.Parent, Proc.End,
  816                Proc.Parent, Proc.End,
  817                formatSegmentOffset(Proc.Segment, Proc.CodeOffset),
  817                formatSegmentOffset(Proc.Segment, Proc.CodeOffset),
  818                Proc.CodeSize);
  820   switch (Proc.getKind()) {
  830                typeOrIdIndex(Proc.FunctionType, IsType), Proc.DbgStart,
  830                typeOrIdIndex(Proc.FunctionType, IsType), Proc.DbgStart,
  831                Proc.DbgEnd,
  832                formatProcSymFlags(P.getIndentLevel() + 9, Proc.Flags));