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

References

lib/DebugInfo/CodeView/SymbolDumper.cpp
  141   W.printNumber("Seg", Thunk.Segment);
lib/DebugInfo/CodeView/SymbolRecordMapping.cpp
   65   error(IO.mapInteger(Thunk.Segment));
lib/ObjectYAML/CodeViewYAMLSymbols.cpp
  284   IO.mapRequired("Seg", Symbol.Segment);
tools/lld/COFF/PDB.cpp
 1565     ts.Segment = thunkOS->sectionIndex;
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  229   return {record.Segment, record.Offset};
  311   return SegmentOffsetLength{record.Segment, record.Offset, record.Length};
tools/llvm-pdbutil/MinimalSymbolDumper.cpp
  403                formatSegmentOffset(Thunk.Segment, Thunk.Offset));