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

References

lib/DebugInfo/CodeView/SymbolRecordMapping.cpp
  452   error(IO.mapInteger(Data.Segment));
lib/ObjectYAML/CodeViewYAMLSymbols.cpp
  548   IO.mapOptional("Segment", Symbol.Segment, uint16_t(0));
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  246   return {record.Segment, record.DataOffset};
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  780     section = tlds.Segment;
  782     addr = m_index->MakeVirtualAddress(tlds.Segment, tlds.DataOffset);
tools/llvm-pdbutil/MinimalSymbolDumper.cpp
  864                formatSegmentOffset(Data.Segment, Data.DataOffset));