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

References

lib/DebugInfo/CodeView/SymbolDumper.cpp
  178   W.printNumber("Segment", CoffGroup.Segment);
lib/DebugInfo/CodeView/SymbolRecordMapping.cpp
  108   error(IO.mapInteger(CoffGroup.Segment));
lib/ObjectYAML/CodeViewYAMLSymbols.cpp
  311   IO.mapRequired("Segment", Symbol.Segment);
tools/lld/COFF/PDB.cpp
 1467   cgs.Segment = os.sectionIndex;
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  235   return {record.Segment, record.Offset};
  318   return SegmentOffsetLength{record.Segment, record.Offset, record.Size};
tools/llvm-pdbutil/MinimalSymbolDumper.cpp
  438                formatSegmentOffset(CG.Segment, CG.Offset));